diff options
Diffstat (limited to 'lib/proxy.h')
-rw-r--r-- | lib/proxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/proxy.h b/lib/proxy.h index eaf31375..3c1b019b 100644 --- a/lib/proxy.h +++ b/lib/proxy.h @@ -48,5 +48,6 @@ extern char proxyuser[128]; extern char proxypass[128]; G_MODULE_EXPORT int proxy_connect(const char *host, int port, b_event_handler func, gpointer data); +G_MODULE_EXPORT void proxy_disconnect(int fd); #endif /* _PROXY_H_ */ |