diff options
Diffstat (limited to 'src/user/lib/include/camellia.h')
-rw-r--r-- | src/user/lib/include/camellia.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user/lib/include/camellia.h b/src/user/lib/include/camellia.h index f9b9f00..2e4998b 100644 --- a/src/user/lib/include/camellia.h +++ b/src/user/lib/include/camellia.h @@ -2,4 +2,4 @@ #include <camellia/flags.h> #include <camellia/types.h> -handle_t camellia_open(const char *path, int flags); +hid_t camellia_open(const char *path, int flags); |