X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=advent.h;h=6efe5efbddea9ec0fd498717717e93ebe1d7f5c2;hp=c545f048f2f67a943957a10a26b994083ef3c851;hb=03b2f1c86e4a7e856fadff2244b9c6456ccd8835;hpb=0e2c8511318f0df697120296c5e849202c0ac09f diff --git a/advent.h b/advent.h index c545f04..6efe5ef 100644 --- a/advent.h +++ b/advent.h @@ -206,7 +206,6 @@ extern void packed_to_token(long, char token[]); extern long token_to_packed(const char token[]); extern void tokenize(char*, struct command_t *); extern void vspeak(const char*, bool, va_list); -extern bool wordeq(token_t, token_t); extern bool wordempty(token_t); extern void wordclear(token_t *); extern void speak(const char*, ...);