summaryrefslogtreecommitdiffstats
path: root/hunt/huntd/hunt.h
diff options
context:
space:
mode:
Diffstat (limited to 'hunt/huntd/hunt.h')
-rw-r--r--hunt/huntd/hunt.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/hunt/huntd/hunt.h b/hunt/huntd/hunt.h
index 557884bf..71c33adb 100644
--- a/hunt/huntd/hunt.h
+++ b/hunt/huntd/hunt.h
@@ -1,4 +1,4 @@
-/* $NetBSD: hunt.h,v 1.25 2014/03/29 21:43:46 dholland Exp $ */
+/* $NetBSD: hunt.h,v 1.26 2014/03/29 21:55:59 dholland Exp $ */
/*
* Copyright (c) 1983-2003, Regents of the University of California.
@@ -55,8 +55,11 @@
#include "hunt_common.h"
-extern int shot_req[];
-extern int shot_type[];
+extern const int shot_req[];
+extern const int shot_type[];
+#ifdef OOZE
+extern const int slime_req[];
+#endif
typedef struct bullet_def BULLET;
typedef struct expl_def EXPL;