Rename newspeak() to speak().

This commit is contained in:
Jason S. Ninneman 2017-06-18 10:06:14 -07:00
parent 704b86afbb
commit 672ef17d4c
4 changed files with 8 additions and 8 deletions

View file

@ -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);