add chown

This commit is contained in:
Connor Lane Smith
2011-05-25 00:24:33 +01:00
parent c367d4d05f
commit da757ff7d1
6 changed files with 130 additions and 36 deletions

1
util.h
View File

@@ -2,3 +2,4 @@
void enmasse(int, char **, int (*)(const char *, const char *));
void eprintf(const char *, ...);
void recurse(const char *, void (*)(const char *));