Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/proxy.h

    r4e365ce r5ebff60  
    4040#define PROXY_SOCKS4 2
    4141#define PROXY_SOCKS5 3
    42 #define PROXY_SOCKS4A 4
    4342
    4443extern char proxyhost[128];
     
    4948
    5049G_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);
    5250
    5351#endif /* _PROXY_H_ */
Note: See TracChangeset for help on using the changeset viewer.