summaryrefslogtreecommitdiffstats
path: root/larn/extern.h
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2008-02-04 01:07:01 +0000
committerdholland <dholland@NetBSD.org>2008-02-04 01:07:01 +0000
commitc015d2f9aa4fbe23c4e9e50742dcebee298b0287 (patch)
treee91ac487debab9f56e77d6b3e583915ffd2a5852 /larn/extern.h
parent350aac765d3e94494f9b3db3a16f3b09d454bd5b (diff)
downloadbsdgames-darwin-c015d2f9aa4fbe23c4e9e50742dcebee298b0287.tar.gz
bsdgames-darwin-c015d2f9aa4fbe23c4e9e50742dcebee298b0287.tar.zst
bsdgames-darwin-c015d2f9aa4fbe23c4e9e50742dcebee298b0287.zip
More assorted cleanup merged from larn 12.2.
Diffstat (limited to 'larn/extern.h')
-rw-r--r--larn/extern.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/larn/extern.h b/larn/extern.h
index dba6a213..97b697bc 100644
--- a/larn/extern.h
+++ b/larn/extern.h
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.10 2008/02/03 21:24:58 dholland Exp $ */
+/* $NetBSD: extern.h,v 1.11 2008/02/04 01:07:01 dholland Exp $ */
/*
* Copyright (c) 1997 Christos Zoulas. All rights reserved.
@@ -76,9 +76,7 @@ void losehp(int);
void losemhp(int);
void raisehp(int);
void raisemhp(int);
-void raisespells(int);
void raisemspells(int);
-void losespells(int);
void losemspells(int);
int makemonst(int);
void positionplayer(void);