diff options
Diffstat (limited to 'vchat.h')
| -rw-r--r-- | vchat.h | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -195,6 +195,9 @@ void flushout(void); | |||
| 195 | } | 195 | } |
| 196 | void hideout(void); | 196 | void hideout(void); |
| 197 | int writecf(formtstr id, char *str); | 197 | int writecf(formtstr id, char *str); |
| 198 | /* dumps aggregated connect output in case of a connection error */ | ||
| 199 | void dumpconnect(); | ||
| 200 | void flushconnect(); | ||
| 198 | 201 | ||
| 199 | extern int outputcountdown; | 202 | extern int outputcountdown; |
| 200 | 203 | ||
