X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=advent.h;h=945543ce488e84cd6428b22eb263cfa480f7d005;hb=5ed0cc0fe9591b68f311c05ec7b4df9f230b605d;hp=8a930af9b6963ef921125435bc1fd60ed118a4cc;hpb=291ec54462fdd3fbf2d6e30f61327e2392ac3675;p=open-adventure.git diff --git a/advent.h b/advent.h index 8a930af..945543c 100644 --- a/advent.h +++ b/advent.h @@ -86,9 +86,9 @@ extern lcg_state lcgstate; /* b is not needed for POSIX but harmless */ #define READ_MODE "rb" #define WRITE_MODE "wb" - +extern void* xmalloc(size_t); +extern void packed_to_token(long, char token[6]); extern void newspeak(char*); -extern void SPEAK(vocab_t); extern void PSPEAK(vocab_t,int); extern void RSPEAK(vocab_t); extern void SETPRM(long,long,long);