summaryrefslogtreecommitdiffstats
path: root/adventure/extern.h
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2009-08-25 06:56:52 +0000
committerdholland <dholland@NetBSD.org>2009-08-25 06:56:52 +0000
commit630c158db305e2fc45fe246eed30045d50c1ec4d (patch)
tree2c85cb72bf639e869f0f408cad9cb06c9b77f01e /adventure/extern.h
parent90f6a570a99c8ececaa0448d7112b09eaab1605b (diff)
downloadbsdgames-darwin-630c158db305e2fc45fe246eed30045d50c1ec4d.tar.gz
bsdgames-darwin-630c158db305e2fc45fe246eed30045d50c1ec4d.tar.zst
bsdgames-darwin-630c158db305e2fc45fe246eed30045d50c1ec4d.zip
Whn ths cd ws wrttn, thr ws bt shrtg nd vwls wr xtrml xpnsv. Nowadays,
however, we have an ample vowel budget, and bit shortages are a thing of the past (even in a down economy) so spend a bit to improve readability.
Diffstat (limited to 'adventure/extern.h')
-rw-r--r--adventure/extern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/adventure/extern.h b/adventure/extern.h
index 178017b9..fbc7cf51 100644
--- a/adventure/extern.h
+++ b/adventure/extern.h
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.11 2009/08/12 04:28:27 dholland Exp $ */
+/* $NetBSD: extern.h,v 1.12 2009/08/25 06:56:52 dholland Exp $ */
/*
* Copyright (c) 1997 Christos Zoulas. All rights reserved.
@@ -89,7 +89,7 @@ void closing(void);
void caveclose(void);
/* vocab.c */
-void dstroy(int);
+void destroy(int);
void juggle(int);
void move(int, int);
int put(int, int, int);