aboutsummaryrefslogtreecommitdiff
path: root/lib/lib.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2007-12-20 06:30:19 -0600
committerRob Landley <rob@landley.net>2007-12-20 06:30:19 -0600
commite745d8e00eac61c91a540cd75d277cfc41606ce1 (patch)
tree21cda5d430ae1d0e953818dba378c001cc0bcc41 /lib/lib.h
parentda09b7ff7e305b9a4f82e0048d1c4cc0a8565b64 (diff)
downloadtoybox-e745d8e00eac61c91a540cd75d277cfc41606ce1.tar.gz
Upgrade patch to understand creating and deleting files.
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 fdead960..28ff0da8 100644
--- a/lib/lib.h
+++ b/lib/lib.h
@@ -60,6 +60,7 @@ void xputc(char c);
void xflush(void);
void xexec(char **argv);
void xaccess(char *path, int flags);
+void xunlink(char *path);
int xcreate(char *path, int flags, int mode);
int xopen(char *path, int flags);
void xclose(int fd);