Changeset 375:1a8441809146 in roaraudio for include/libroar/socket.h


Ignore:
Timestamp:
08/05/08 15:30:36 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added a prototype for a call to reate a new UDP socket with same local end as a given one

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/socket.h

    r374 r375  
    4141int roar_socket_nonblock(int fh, int state); 
    4242 
     43int roar_socket_dup_udp_local_end (int fh); 
     44 
    4345int roar_socket_open_socks4a(int mode, int fh, char * host, int port); 
    4446 
Note: See TracChangeset for help on using the changeset viewer.