summaryrefslogtreecommitdiffstats
path: root/adventure/extern.h
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>1997-10-11 01:53:21 +0000
committerlukem <lukem@NetBSD.org>1997-10-11 01:53:21 +0000
commit7a7d157b6dfb2274277e61ea5f1c8a97e88e73ba (patch)
treed315e6e1cff5b3f0deb38704e741f5f580ea319d /adventure/extern.h
parenta020fc98d8da9cac6990006871414e8654ac5c1d (diff)
downloadbsdgames-darwin-7a7d157b6dfb2274277e61ea5f1c8a97e88e73ba.tar.gz
bsdgames-darwin-7a7d157b6dfb2274277e61ea5f1c8a97e88e73ba.tar.zst
bsdgames-darwin-7a7d157b6dfb2274277e61ea5f1c8a97e88e73ba.zip
KNFify
Diffstat (limited to 'adventure/extern.h')
-rw-r--r--adventure/extern.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/adventure/extern.h b/adventure/extern.h
index 6da0d42a..5e240d26 100644
--- a/adventure/extern.h
+++ b/adventure/extern.h
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.1 1997/08/11 14:06:13 christos Exp $ */
+/* $NetBSD: extern.h,v 1.2 1997/10/11 01:53:25 lukem Exp $ */
/*
* Copyright (c) 1997 Christos Zoulas. All rights reserved.
@@ -40,7 +40,7 @@ int die __P((int));
/* init.c */
void init __P((char *));
-char *decr __P((int, int, int, int, int));
+char *decr __P((int, int, int, int, int));
void linkdata __P((void));
void trapdel __P((int));
void startup __P((void));
@@ -81,7 +81,7 @@ void fatal __P((char *, int));
/* subr.c */
int toting __P((int));
int here __P((int));
-int at __P((int));
+int at __P((int));
int liq2 __P((int));
int liq __P((int));
int liqloc __P((int));