diff options
| author | Dirk Engling <erdgeist@erdgeist.org> | 2024-01-20 02:41:39 +0100 |
|---|---|---|
| committer | Dirk Engling <erdgeist@erdgeist.org> | 2024-01-20 02:41:39 +0100 |
| commit | 82f142c0acc87e55373102687aa718effcbf7cb9 (patch) | |
| tree | b8fe3524eb323ebd9cb52734baa8c17203a98ba7 /vchat.h | |
| parent | c9e63d4003a58f41367fef1f0672756cbb44ddfa (diff) | |
Remember lines that were printed during connect so they can be output in case of an error
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 | ||
