aboutsummaryrefslogtreecommitdiff
path: root/lib/lib.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2007-01-08 03:25:47 -0500
committerRob Landley <rob@landley.net>2007-01-08 03:25:47 -0500
commitd3e9d64b17517dcbe0af8b055c1d282e63ba6534 (patch)
tree240d03a866c79876ad2402ac5028774411bfe964 /lib/lib.h
parentf3e452a35ab5fd1808be7a50652b54dc3222ba6e (diff)
downloadtoybox-d3e9d64b17517dcbe0af8b055c1d282e63ba6534.tar.gz
Add xaccess()
Diffstat (limited to 'lib/lib.h')
-rw-r--r--lib/lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/lib.h b/lib/lib.h
index 0fe2db6a..e3dced22 100644
--- a/lib/lib.h
+++ b/lib/lib.h
@@ -38,6 +38,7 @@ void *xstrndup(char *s, size_t n);
void *xstrdup(char *s);
char *xmsprintf(char *format, ...);
void xexec(char **argv);
+void xaccess(char *path, int flags);
int xcreate(char *path, int flags, int mode);
int xopen(char *path, int flags);
FILE *xfopen(char *path, char *mode);