Changeset 830:3d372cbc2376 in roaraudio for include/libroar/socket.h


Ignore:
Timestamp:
09/27/08 00:53:16 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added roar_socket_open_http() and changed some code to be more common

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/socket.h

    r829 r830  
    101101int roar_socket_open_socks4x(int mode, int fh, char host[4], int port, char * app, size_t app_len); 
    102102 
     103int roar_socket_open_http   (int mode, int fh, char * host, int port); 
     104 
    103105#endif 
    104106 
Note: See TracChangeset for help on using the changeset viewer.