summaryrefslogtreecommitdiff
path: root/vchat.h
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2024-01-20 02:41:39 +0100
committerDirk Engling <erdgeist@erdgeist.org>2024-01-20 02:41:39 +0100
commit82f142c0acc87e55373102687aa718effcbf7cb9 (patch)
treeb8fe3524eb323ebd9cb52734baa8c17203a98ba7 /vchat.h
parentc9e63d4003a58f41367fef1f0672756cbb44ddfa (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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vchat.h b/vchat.h
index 412566a..3fdbb37 100644
--- a/vchat.h
+++ b/vchat.h
@@ -195,6 +195,9 @@ void flushout(void);
195 } 195 }
196void hideout(void); 196void hideout(void);
197int writecf(formtstr id, char *str); 197int writecf(formtstr id, char *str);
198/* dumps aggregated connect output in case of a connection error */
199void dumpconnect();
200void flushconnect();
198 201
199extern int outputcountdown; 202extern int outputcountdown;
200 203