Changeset 839:028bb26bac65 in roaraudio for include/libroar/socket.h


Ignore:
Timestamp:
09/27/08 03:21:31 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added ssh proxy support for +fork and inet via netcat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/socket.h

    r834 r839  
    103103int roar_socket_open_http   (int mode, int fh, char * host, int port, char * user, char * pw, char * opts); 
    104104 
     105int roar_socket_open_ssh    (int mode, int fh, char * host, int port, char * user, char * pw, char * opts); 
     106 
    105107#endif 
    106108 
Note: See TracChangeset for help on using the changeset viewer.