summaryrefslogtreecommitdiff
path: root/usr.bin/ranlib/touch.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-03-22 01:33:25 +0000
committerWarner Losh <imp@FreeBSD.org>2002-03-22 01:33:25 +0000
commitd3cb5ded92a4fcf21400c9742ca884549bebc99e (patch)
treebdbefa52f70f43a70ad528a58194f71ca4abf1e3 /usr.bin/ranlib/touch.c
parentf1bb2cd2aa7488657658fbc09aae2ead579049ab (diff)
Notes
Diffstat (limited to 'usr.bin/ranlib/touch.c')
-rw-r--r--usr.bin/ranlib/touch.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ranlib/touch.c b/usr.bin/ranlib/touch.c
index b062e087c4fe6..aca8ee61b2155 100644
--- a/usr.bin/ranlib/touch.c
+++ b/usr.bin/ranlib/touch.c
@@ -57,9 +57,9 @@ static const char rcsid[] =
extern CHDR chdr; /* converted header */
extern char *archive; /* archive name */
-extern void error __P(( char * ));
-void settime __P(( int ));
-int touch __P(( void ));
+extern void error( char * );
+void settime( int );
+int touch( void );
int
touch(void)