summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cpio/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/cpio/extern.h')
-rw-r--r--gnu/usr.bin/cpio/extern.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/usr.bin/cpio/extern.h b/gnu/usr.bin/cpio/extern.h
index 50b152c..6009f19 100644
--- a/gnu/usr.bin/cpio/extern.h
+++ b/gnu/usr.bin/cpio/extern.h
@@ -114,6 +114,11 @@ uid_t *getuidbyname ();
gid_t *getgidbyname ();
#endif
+/* lchown.c */
+#ifdef HAVE_LCHOWN
+int lchown P_((const char *path, uid_t owner, gid_t group));
+#endif
+
/* main.c */
void process_args P_((int argc, char *argv[]));
void initialize_buffers P_((void));
OpenPOWER on IntegriCloud