00001 00024 // START OF FILE 00025 /*****************************************************************************/ 00026 #ifndef _QQ_UDP_PROXY_S5_H_ 00027 #define _QQ_UDP_PROXY_S5_H_ 00028 00029 #include "internal.h" // for socket stuff 00030 00031 #include "qq_proxy.h" 00032 00033 gint qq_proxy_socks5(struct PHB *phb, struct sockaddr *addr, socklen_t addrlen); 00034 00035 #endif 00036 /*****************************************************************************/ 00037 // END OF FILE
1.4.4