diff options
-rw-r--r-- | contrib/cpio/extern.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/cpio/extern.h b/contrib/cpio/extern.h index 3ff70cc..0e1344f 100644 --- a/contrib/cpio/extern.h +++ b/contrib/cpio/extern.h @@ -128,6 +128,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)); |