diff options
Diffstat (limited to 'bin/cp/extern.h')
-rw-r--r-- | bin/cp/extern.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/cp/extern.h b/bin/cp/extern.h index 91d40d57da6..42b94317c98 100644 --- a/bin/cp/extern.h +++ b/bin/cp/extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.14 2015/01/16 06:39:31 deraadt Exp $ */ +/* $OpenBSD: extern.h,v 1.15 2015/12/26 18:11:43 guenther Exp $ */ /* $NetBSD: extern.h,v 1.3 1995/03/21 09:02:16 cgd Exp $ */ /*- @@ -50,6 +50,5 @@ int copy_file(FTSENT *, int); int copy_link(FTSENT *, int); int copy_special(struct stat *, int); int setfile(struct stat *, int); -int setlink(struct stat *); void usage(void); __END_DECLS |