Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/proxy.h

    r5ebff60 r4e365ce  
    4040#define PROXY_SOCKS4 2
    4141#define PROXY_SOCKS5 3
     42#define PROXY_SOCKS4A 4
    4243
    4344extern char proxyhost[128];
     
    4849
    4950G_MODULE_EXPORT int proxy_connect(const char *host, int port, b_event_handler func, gpointer data);
     51G_MODULE_EXPORT void proxy_disconnect(int fd);
    5052
    5153#endif /* _PROXY_H_ */
Note: See TracChangeset for help on using the changeset viewer.