Never write the input prompt to log files.

This commit is contained in:
Jason S. Ninneman 2017-07-01 11:03:20 -07:00
parent 50bbbbceee
commit e66b4561d4
2 changed files with 3 additions and 3 deletions

View file

@ -187,7 +187,7 @@ extern void wordclear(token_t *);
extern void speak(const char*, ...);
extern void pspeak(vocab_t, enum speaktype, int, ...);
extern void rspeak(vocab_t, ...);
extern void echo_input(FILE*, char*, char*);
extern void echo_input(FILE*, const char*, const char*);
extern int word_count(char*);
extern char* get_input(void);
extern bool silent_yes(void);