Changeset 509:17952ed84309 in roaraudio for include/libroar/socket.h


Ignore:
Timestamp:
08/15/08 03:34:52 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

started with IPv6 support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/socket.h

    r508 r509  
    3535int roar_socket_new_tcp    (void); 
    3636int roar_socket_new_udp    (void); 
     37int roar_socket_new_tcp6   (void); 
     38int roar_socket_new_udp6   (void); 
    3739int roar_socket_new_unix   (void); 
    3840int roar_socket_new_decnet_seqpacket (void); 
Note: See TracChangeset for help on using the changeset viewer.