diff options
Diffstat (limited to 'safepath.h')
-rw-r--r-- | safepath.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -48,6 +48,8 @@ enum { SAFEPATH_TOOLONG, /* component or symlink target too long */ }; +int safepath_init(void); +void safepath_cleanup(void); int safepath_check(const char *name); const char *safepath_strerr(int err); |