summaryrefslogtreecommitdiff
path: root/usr.bin/hexdump/hexdump.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-04-08 15:59:06 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-04-08 15:59:06 +0000
commitd5d35befacff281bbebd8ac6cf11ab4f4b294691 (patch)
tree26822d102cbfabb4d7e12459363da79030ba84fe /usr.bin/hexdump/hexdump.h
parent4a336fbba81f180f7bd4d5e172bcfc93d25c7780 (diff)
Correct usage() for od syntax; Peter Stromberg
Diffstat (limited to 'usr.bin/hexdump/hexdump.h')
-rw-r--r--usr.bin/hexdump/hexdump.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/hexdump/hexdump.h b/usr.bin/hexdump/hexdump.h
index a640726b281..1263dee554f 100644
--- a/usr.bin/hexdump/hexdump.h
+++ b/usr.bin/hexdump/hexdump.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: hexdump.h,v 1.5 2002/02/16 21:27:47 millert Exp $ */
+/* $OpenBSD: hexdump.h,v 1.6 2002/04/08 15:59:05 millert Exp $ */
/* $NetBSD: hexdump.h,v 1.7 2001/12/07 15:14:29 bjh21 Exp $ */
/*
@@ -106,3 +106,4 @@ void oldsyntax(int, char ***);
void rewrite(FS *);
int size(FS *);
void usage(void);
+void oldusage(void);