More semantic typing - a step towards eliminating packing.
[open-adventure.git] / advent.h
index 0bf87bb7f7991bc0214a4fe1a0c42cf12a794f86..08ae5e3cf7f3c546504a1efe9c2e26723aae44e0 100644 (file)
--- a/advent.h
+++ b/advent.h
@@ -178,7 +178,7 @@ extern long AMBER, ATTACK, AXE, BACK, BATTERY, BEAR,
 enum speechpart {unknown, intransitive, transitive};
 
 void initialise(void);
-int action(FILE *input, enum speechpart part, long verb, token_t obj);
+int action(FILE *input, enum speechpart part, token_t verb, token_t obj);
 
 /* Phase codes for action returns.
  * These were at one time FORTRAN line numbers.