summaryrefslogtreecommitdiff
path: root/vchat.h
diff options
context:
space:
mode:
authorerdgeist <>2007-02-09 22:05:10 +0000
committererdgeist <>2007-02-09 22:05:10 +0000
commit0e8bff001dd831736a16fc1c6ff36f96a77497af (patch)
treeab6fdb07b8f101ebe2bad9fab5c4b7b90dda08a1 /vchat.h
parentf3f5eb2be53fa14e84ed563c229098c0fcd290f5 (diff)
Now obeys ~/.vchat/loginscript
Diffstat (limited to 'vchat.h')
-rwxr-xr-xvchat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vchat.h b/vchat.h
index 2cc4e12..5293482 100755
--- a/vchat.h
+++ b/vchat.h
@@ -89,6 +89,7 @@ extern unsigned int loggedin;
89#define ERRSTRSIZE 1024 89#define ERRSTRSIZE 1024
90extern char errstr[]; 90extern char errstr[];
91extern char *vchat_cl_version; 91extern char *vchat_cl_version;
92void loadcfg (char *file,void (*lineparser) (char *));
92void cleanup(int signal); 93void cleanup(int signal);
93 94
94/* configuration helper funktions from vchat-client.c */ 95/* configuration helper funktions from vchat-client.c */