diff options
| author | erdgeist <> | 2011-09-17 11:32:55 +0000 |
|---|---|---|
| committer | erdgeist <> | 2011-09-17 11:32:55 +0000 |
| commit | f2918a6d876c330ac62e7f4167db6796be141580 (patch) | |
| tree | 4082fef10be2d6fe37034ecfc4ef38257a379283 /vchat.h | |
| parent | 8f209c6c0c877ebb705c9c97cc78a26e48e00a52 (diff) | |
Enable loading formats from client
Diffstat (limited to 'vchat.h')
| -rwxr-xr-x | vchat.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -90,6 +90,7 @@ extern unsigned int loggedin; | |||
| 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 loadcfg (char *file,void (*lineparser) (char *)); |
| 93 | void loadformats (char *file); | ||
| 93 | void cleanup(int signal); | 94 | void cleanup(int signal); |
| 94 | 95 | ||
| 95 | /* configuration helper funktions from vchat-client.c */ | 96 | /* configuration helper funktions from vchat-client.c */ |
