Code cleanup.
This commit is contained in:
parent
1954c04ccc
commit
d1e29319fa
3 changed files with 1 additions and 9 deletions
1
advent.h
1
advent.h
|
@ -208,7 +208,6 @@ extern void packed_to_token(long, char token[]);
|
|||
extern long token_to_packed(const char token[]);
|
||||
extern void tokenize(char*, struct command_t *);
|
||||
extern void vspeak(const char*, bool, va_list);
|
||||
extern bool wordempty(token_t);
|
||||
extern void wordclear(token_t *);
|
||||
extern void speak(const char*, ...);
|
||||
extern void sspeak(long msg, ...);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue