diff options
Diffstat (limited to 'lib/dirchownmod.h')
-rw-r--r-- | lib/dirchownmod.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/dirchownmod.h b/lib/dirchownmod.h new file mode 100644 index 0000000..3f07748 --- /dev/null +++ b/lib/dirchownmod.h @@ -0,0 +1,2 @@ +#include <sys/types.h> +int dirchownmod (int, char const *, mode_t, uid_t, gid_t, mode_t, mode_t); |