Rename newspeak() to speak().
This commit is contained in:
parent
704b86afbb
commit
672ef17d4c
4 changed files with 8 additions and 8 deletions
2
advent.h
2
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue