summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xvchat-client.c2
-rwxr-xr-xvchat.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/vchat-client.c b/vchat-client.c
index 2d50932..e0fc214 100755
--- a/vchat-client.c
+++ b/vchat-client.c
@@ -163,7 +163,7 @@ static void parseknownhosts(char *line) {
163*/ 163*/
164 164
165/* load config file */ 165/* load config file */
166static void 166void
167loadcfg (char *file,void (*lineparser) (char *)) 167loadcfg (char *file,void (*lineparser) (char *))
168{ 168{
169 int fd; 169 int fd;
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 */