Test Coverage -- lots of new pieces of actions.c
[open-adventure.git] / advent.h
index af9d1239fc2d8faff602347c4d61ad22ac5a74ff..f7551d0ebb56fc65e54f62983fd5861c42f4d79e 100644 (file)
--- a/advent.h
+++ b/advent.h
@@ -185,10 +185,12 @@ struct command_t {
     enum speechpart part;
     vocab_t verb;
     vocab_t obj;
+    token_t wd1, wd1x;
+    token_t wd2, wd2x;
 };
 
 void initialise(void);
-int action(FILE *input, struct command_t command);
+int action(FILE *input, struct command_t *command);
 
 /* Phase codes for action returns.
  * These were at one time FORTRAN line numbers.