X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=advent.h;h=ce5e7c505b618c15decdf962265f68eeec046d2e;hp=043dd6bb66cdd743c636e6b256eb9fe8e0eab0ac;hb=672ef17d4cf6741b23cefb30b144777190c03c80;hpb=704b86afbbf1f60af53a3edd27dafc795674d694 diff --git a/advent.h b/advent.h index 043dd6b..ce5e7c5 100644 --- a/advent.h +++ b/advent.h @@ -85,7 +85,7 @@ extern bool oldstyle, editline, prompt; #define WRITE_MODE "wb" extern char* xstrdup(const char*); extern void packed_to_token(long, char token[]); -extern void newspeak(const char*); +extern void speak(const char*); extern void PSPEAK(vocab_t,int); extern void RSPEAK(vocab_t); extern void SETPRM(long,long,long);