Changes in lib/proxy.h [5ebff60:4e365ce]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/proxy.h
r5ebff60 r4e365ce 40 40 #define PROXY_SOCKS4 2 41 41 #define PROXY_SOCKS5 3 42 #define PROXY_SOCKS4A 4 42 43 43 44 extern char proxyhost[128]; … … 48 49 49 50 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); 50 52 51 53 #endif /* _PROXY_H_ */
Note: See TracChangeset
for help on using the changeset viewer.