summaryrefslogtreecommitdiffstats
path: root/adventure/extern.h
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>1997-10-11 01:55:27 +0000
committerlukem <lukem@NetBSD.org>1997-10-11 01:55:27 +0000
commit0f4a9f53cbb30716248d418a66224f0440651ea8 (patch)
treeabc8ce7c725df955903d5934193ec2da65518151 /adventure/extern.h
parent7a7d157b6dfb2274277e61ea5f1c8a97e88e73ba (diff)
downloadbsdgames-darwin-0f4a9f53cbb30716248d418a66224f0440651ea8.tar.gz
bsdgames-darwin-0f4a9f53cbb30716248d418a66224f0440651ea8.zip
KNFify again
Diffstat (limited to 'adventure/extern.h')
-rw-r--r--adventure/extern.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/adventure/extern.h b/adventure/extern.h
index 5e240d26..cc5e75aa 100644
--- a/adventure/extern.h
+++ b/adventure/extern.h
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.2 1997/10/11 01:53:25 lukem Exp $ */
+/* $NetBSD: extern.h,v 1.3 1997/10/11 01:55:27 lukem Exp $ */
/*
* Copyright (c) 1997 Christos Zoulas. All rights reserved.
@@ -76,7 +76,6 @@ int restore __P((char *));
/* setup.c */
int main __P((int, char *[]));
-void fatal __P((char *, int));
/* subr.c */
int toting __P((int));