From 82f142c0acc87e55373102687aa718effcbf7cb9 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Sat, 20 Jan 2024 02:41:39 +0100 Subject: Remember lines that were printed during connect so they can be output in case of an error --- vchat.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vchat.h') 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); } void hideout(void); int writecf(formtstr id, char *str); +/* dumps aggregated connect output in case of a connection error */ +void dumpconnect(); +void flushconnect(); extern int outputcountdown; -- cgit v1.2.3