Changeset 834:3c740aeb58c5 in roaraudio for include/libroar/socket.h


Ignore:
Timestamp:
09/27/08 02:17:23 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added new arguemnts proxy funcs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/socket.h

    r830 r834  
    9696int roar_socket_recv_fh (int sock,         char * mes, size_t * len); 
    9797 
    98 int roar_socket_open_socks4 (int mode, int fh, char * host, int port); 
    99 int roar_socket_open_socks4a(int mode, int fh, char * host, int port); 
    100 int roar_socket_open_socks4d(int mode, int fh, char * host, int port); 
    101 int roar_socket_open_socks4x(int mode, int fh, char host[4], int port, char * app, size_t app_len); 
     98int roar_socket_open_socks4 (int mode, int fh, char * host, int port, char * user, char * pw, char * opts); 
     99int roar_socket_open_socks4a(int mode, int fh, char * host, int port, char * user, char * pw, char * opts); 
     100int roar_socket_open_socks4d(int mode, int fh, char * host, int port, char * user, char * pw, char * opts); 
     101int roar_socket_open_socks4x(int mode, int fh, char host[4], int port, char * app, size_t app_len, char * user); 
    102102 
    103 int roar_socket_open_http   (int mode, int fh, char * host, int port); 
     103int roar_socket_open_http   (int mode, int fh, char * host, int port, char * user, char * pw, char * opts); 
    104104 
    105105#endif 
Note: See TracChangeset for help on using the changeset viewer.