Changeset 829:9ed47cfb4d44 in roaraudio for include/libroar/socket.h


Ignore:
Timestamp:
09/25/08 04:56:33 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

unifyed SOCKS4 api, have now support for SOCKS4/4a/4d

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/socket.h

    r753 r829  
    9696int roar_socket_recv_fh (int sock,         char * mes, size_t * len); 
    9797 
     98int roar_socket_open_socks4 (int mode, int fh, char * host, int port); 
    9899int roar_socket_open_socks4a(int mode, int fh, char * host, int port); 
     100int roar_socket_open_socks4d(int mode, int fh, char * host, int port); 
     101int roar_socket_open_socks4x(int mode, int fh, char host[4], int port, char * app, size_t app_len); 
    99102 
    100103#endif 
Note: See TracChangeset for help on using the changeset viewer.