aboutsummaryrefslogtreecommitdiffstats
path: root/safepath.h
diff options
context:
space:
mode:
Diffstat (limited to 'safepath.h')
-rw-r--r--safepath.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/safepath.h b/safepath.h
index 99786b1..822686f 100644
--- a/safepath.h
+++ b/safepath.h
@@ -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);