Input source is parametrized all the way down.
[open-adventure.git] / funcs.h
diff --git a/funcs.h b/funcs.h
index e86fb2cdf4bf90869c4d3bd411ea0f036bda47b4..455de2d6b78360ae63c24aaf9528feb70b969410 100644 (file)
--- a/funcs.h
+++ b/funcs.h
@@ -37,7 +37,7 @@
 #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(bool), attack(void), throw(void), feed(void), fill(void);
+extern int carry(void), discard(bool), attack(FILE *), throw(FILE *), feed(void), fill(void);
 void score(long);