Partially ANSIfy C, fix compiler warnings.
[open-adventure.git] / funcs.h
diff --git a/funcs.h b/funcs.h
index 0daecee657f782889b6bb59788b16c609f57baf4..b64bfe2ea67cf4a3a01c8d0d3ab1cb50406a9a05 100644 (file)
--- a/funcs.h
+++ b/funcs.h
@@ -35,6 +35,9 @@
 #define OUTSID(LOC)    ((LOC) <= 8 || FOREST(LOC) || (LOC) == PLAC[SAPPH] || (LOC) == 180 || (LOC) == 182)
 #define INDEEP(LOC)    ((LOC) >= 15 && !OUTSID(LOC) && (LOC) != 179)
 
+extern int carry(void), discard(long), attack(void), throw(void), feed(void), fill(void);
+void score(long);
+