diff options
Diffstat (limited to 'safepath.h')
-rw-r--r-- | safepath.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ enum { }; int safepath_check(const char *name); +const char *safepath_strerr(int err); /* Common POSIX API wrappers */ int safepath_open(const char *name, int flags); |