diff lib/lib.h @ 214:98820d1eaa79

Upgrade patch to understand creating and deleting files.
author Rob Landley <rob@landley.net>
date Thu, 20 Dec 2007 06:30:19 -0600
parents 9a0d4e8a9c61
children 5697a3f7c8cf
line wrap: on
line diff
--- a/lib/lib.h	Thu Dec 20 06:29:59 2007 -0600
+++ b/lib/lib.h	Thu Dec 20 06:30:19 2007 -0600
@@ -60,6 +60,7 @@
 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);