aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/proxy.h')
-rw-r--r--protocols/proxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/proxy.h b/protocols/proxy.h
index 7094b334..680790a5 100644
--- a/protocols/proxy.h
+++ b/protocols/proxy.h
@@ -48,6 +48,6 @@ extern int proxytype;
extern char proxyuser[128];
extern char proxypass[128];
-G_MODULE_EXPORT int proxy_connect(const char *host, int port, GaimInputFunction func, gpointer data);
+G_MODULE_EXPORT int proxy_connect(const char *host, int port, b_event_handler func, gpointer data);
#endif /* _PROXY_H_ */