Changeset 375:1a8441809146 in roaraudio


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

Files:
2 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 
  • libroar/socket.c

    r374 r375  
    6868 ROAR_DBG("roar_socket_nonblock(fh=%i, state=%i) = 0", fh, state); 
    6969 return 0; 
     70} 
     71 
     72int roar_socket_dup_udp_local_end (int fh) { 
     73 return -1; 
    7074} 
    7175 
Note: See TracChangeset for help on using the changeset viewer.