diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-26 00:10:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-26 00:10:19 +0000 |
commit | 9e9afca8e1dfa8c957cf7ef77140a25e15ec2cf0 (patch) | |
tree | 64079a8f4b473ed557c9689868bbd8ab9059f443 /bin/pax/options.c | |
parent | 6a21bbfaba9f2366ca923756df0aec2af847bd44 (diff) |
protos. this requires changing the api for the *trail() functions a bit
Diffstat (limited to 'bin/pax/options.c')
-rw-r--r-- | bin/pax/options.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/pax/options.c b/bin/pax/options.c index 2aaf3f74230..214e5ec7daf 100644 --- a/bin/pax/options.c +++ b/bin/pax/options.c @@ -1,4 +1,4 @@ -/* $OpenBSD: options.c,v 1.58 2003/06/13 17:51:14 millert Exp $ */ +/* $OpenBSD: options.c,v 1.59 2003/06/26 00:10:17 deraadt Exp $ */ /* $NetBSD: options.c,v 1.6 1996/03/26 23:54:18 mrg Exp $ */ /*- @@ -38,7 +38,7 @@ #if 0 static const char sccsid[] = "@(#)options.c 8.2 (Berkeley) 4/18/94"; #else -static const char rcsid[] = "$OpenBSD: options.c,v 1.58 2003/06/13 17:51:14 millert Exp $"; +static const char rcsid[] = "$OpenBSD: options.c,v 1.59 2003/06/26 00:10:17 deraadt Exp $"; #endif #endif /* not lint */ @@ -979,6 +979,8 @@ tar_options(int argc, char **argv) } } +int mkpath(char *); + int mkpath(path) char *path; |