Information hiding.

This commit is contained in:
Eric S. Raymond 2017-07-16 15:17:39 -04:00
parent 7a542633e5
commit 2fca59d9fd
2 changed files with 1 additions and 2 deletions

View file

@ -206,7 +206,6 @@ extern struct settings_t settings;
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 void wordclear(token_t *);
extern void speak(const char*, ...);
extern void sspeak(long msg, ...);