Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/irc/bitchx/files/patch-source_modules.c
16461 views
1
--- source/modules.c.orig 2010-06-26 08:18:34 UTC
2
+++ source/modules.c
3
@@ -83,7 +83,7 @@ extern int (*dcc_output_func) (int, int, char *, int);
4
extern int (*dcc_input_func) (int, int, char *, int, int);
5
extern int (*dcc_close_func) (int, unsigned long, int);
6
7
-int (*serv_open_func) (int, unsigned long, int);
8
+extern int (*serv_open_func) (int, unsigned long, int);
9
extern int (*serv_output_func) (int, int, char *, int);
10
extern int (*serv_input_func) (int, char *, int, int, int);
11
extern int (*serv_close_func) (int, unsigned long, int);
12
13