Changeset 753:cb79175b94f9 in roaraudio for include/libroar/socket.h


Ignore:
Timestamp:
09/05/08 03:55:23 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added int roar_socket_recv_fh (int sock, char * mes, size_t * len);

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/socket.h

    r690 r753  
    9393int roar_socket_dup_udp_local_end (int fh); 
    9494 
     95int roar_socket_send_fh (int sock, int fh, char * mes, size_t   len); 
     96int roar_socket_recv_fh (int sock,         char * mes, size_t * len); 
     97 
    9598int roar_socket_open_socks4a(int mode, int fh, char * host, int port); 
    9699 
Note: See TracChangeset for help on using the changeset viewer.