diff options
Diffstat (limited to 'src/libc/include')
-rw-r--r-- | src/libc/include/camellia.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libc/include/camellia.h b/src/libc/include/camellia.h index 2e4998b..49298bd 100644 --- a/src/libc/include/camellia.h +++ b/src/libc/include/camellia.h @@ -3,3 +3,5 @@ #include <camellia/types.h> hid_t camellia_open(const char *path, int flags); + +int camellia_procfs(const char *path); |