summaryrefslogtreecommitdiff
path: root/lib/dirchownmod.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-07-17 03:05:23 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-07-17 03:05:23 +0000
commitf25ddb12c65aae1d74ca1fc5c2a3a9d84a119759 (patch)
tree384d89e7b155f14d0fee0f69a5aa15828ec25fdf /lib/dirchownmod.h
parent999eeed90f8e614cad8f52657d5fc4b3a611213e (diff)
downloadcoreutils-f25ddb12c65aae1d74ca1fc5c2a3a9d84a119759.tar.xz
Initial version.
Diffstat (limited to 'lib/dirchownmod.h')
-rw-r--r--lib/dirchownmod.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/dirchownmod.h b/lib/dirchownmod.h
new file mode 100644
index 000000000..e841f4787
--- /dev/null
+++ b/lib/dirchownmod.h
@@ -0,0 +1,2 @@
+#include <sys/types.h>
+int dirchownmod (char const *, mode_t, uid_t, gid_t, mode_t, mode_t);