Code cleanup.

This commit is contained in:
Eric S. Raymond 2017-07-14 13:10:13 -04:00
parent 1954c04ccc
commit d1e29319fa
3 changed files with 1 additions and 9 deletions

View file

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