X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=advent.h;h=2b7f761ac4c3b7ba9a1c06c65181f5dff5d540bb;hb=6ecd0010931a988792e672e1fe0a1192fca7b002;hp=ff62476379a7f16dda8212109ef28a52cbc02cb5;hpb=a678b68b39f21f8b2853e45c6138d815a82a3423;p=open-adventure.git diff --git a/advent.h b/advent.h index ff62476..2b7f761 100644 --- a/advent.h +++ b/advent.h @@ -90,6 +90,7 @@ extern bool oldstyle, editline, prompt; extern void* xmalloc(size_t size); extern char* xstrdup(const char*); extern void packed_to_token(long, char token[]); +extern void token_to_packed(char token[], long*); extern void speak(const char*); extern bool wordeq(token_t, token_t); extern bool wordempty(token_t);