X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=advent.h;h=6efe5efbddea9ec0fd498717717e93ebe1d7f5c2;hb=2ec9c7cc1a053e8e0fe1a76447d156828210f3db;hp=c545f048f2f67a943957a10a26b994083ef3c851;hpb=50efa22849c73c3b43e5005e6ddafc5f0027464a;p=open-adventure.git 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*, ...);