Mostly confine assumptions about what token_t is to misc.c
[open-adventure.git] / advent.h
index f199489e7034939236b463fcddf7157c2d34c83a..ff62476379a7f16dda8212109ef28a52cbc02cb5 100644 (file)
--- a/advent.h
+++ b/advent.h
@@ -91,6 +91,9 @@ extern void* xmalloc(size_t size);
 extern char* xstrdup(const char*);
 extern void packed_to_token(long, char token[]);
 extern void speak(const char*);
+extern bool wordeq(token_t, token_t);
+extern bool wordempty(token_t);
+extern void wordclear(token_t *);
 extern void PSPEAK(vocab_t, int);
 extern void RSPEAK(vocab_t);
 extern void SETPRM(long, long, long);