summaryrefslogtreecommitdiff
path: root/irc/bitchx/files/patch-source_modules.c
blob: a867c6d9748d1a23d898118b1cb56a34fc82ecf2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- source/modules.c.orig	2010-06-26 08:18:34 UTC
+++ source/modules.c
@@ -83,7 +83,7 @@ extern int (*dcc_output_func) (int, int, char *, int);
 extern int (*dcc_input_func)  (int, int, char *, int, int);
 extern int (*dcc_close_func) (int, unsigned long, int);
 
-int (*serv_open_func) (int, unsigned long, int);
+extern int (*serv_open_func) (int, unsigned long, int);
 extern int (*serv_output_func) (int, int, char *, int);
 extern int (*serv_input_func)  (int, char *, int, int, int);
 extern int (*serv_close_func) (int, unsigned long, int);