diff options
Diffstat (limited to 'vchat.h')
-rwxr-xr-x | vchat.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -89,6 +89,7 @@ extern unsigned int loggedin; | |||
89 | #define ERRSTRSIZE 1024 | 89 | #define ERRSTRSIZE 1024 |
90 | extern char errstr[]; | 90 | extern char errstr[]; |
91 | extern char *vchat_cl_version; | 91 | extern char *vchat_cl_version; |
92 | void loadcfg (char *file,void (*lineparser) (char *)); | ||
92 | void cleanup(int signal); | 93 | void cleanup(int signal); |
93 | 94 | ||
94 | /* configuration helper funktions from vchat-client.c */ | 95 | /* configuration helper funktions from vchat-client.c */ |