summaryrefslogtreecommitdiff
path: root/vchat.h
diff options
context:
space:
mode:
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