Changes in lib/proxy.h [4e365ce:5ebff60]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/proxy.h
r4e365ce r5ebff60 40 40 #define PROXY_SOCKS4 2 41 41 #define PROXY_SOCKS5 3 42 #define PROXY_SOCKS4A 443 42 44 43 extern char proxyhost[128]; … … 49 48 50 49 G_MODULE_EXPORT int proxy_connect(const char *host, int port, b_event_handler func, gpointer data); 51 G_MODULE_EXPORT void proxy_disconnect(int fd);52 50 53 51 #endif /* _PROXY_H_ */
Note: See TracChangeset
for help on using the changeset viewer.