Changeset 5248:0133acb5ae31 in roaraudio for include


Ignore:
Timestamp:
11/13/11 12:59:34 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

removed most roar_socket_new_*()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/socket.h

    r5121 r5248  
    5454 
    5555// TODO: those function should be made /static/. 
    56 int roar_socket_new_tcp    (void) _LIBROAR_ATTR_TO_STATIC; 
    57 int roar_socket_new_udp    (void) _LIBROAR_ATTR_TO_STATIC; 
    58 int roar_socket_new_tcp6   (void) _LIBROAR_ATTR_TO_STATIC; 
    59 int roar_socket_new_udp6   (void) _LIBROAR_ATTR_TO_STATIC; 
    60 int roar_socket_new_unix   (void) _LIBROAR_ATTR_TO_STATIC; 
     56#if 0 
    6157int roar_socket_new_decnet_seqpacket (void) _LIBROAR_ATTR_TO_STATIC; 
    62 int roar_socket_new_decnet_stream (void) _LIBROAR_ATTR_TO_STATIC; 
    6358int roar_socket_new_ipxspx (void) _LIBROAR_ATTR_TO_STATIC; 
    64 int roar_socket_new_ipx    (void) _LIBROAR_ATTR_TO_STATIC; 
     59#endif 
     60 
     61int roar_socket_new        (int type); 
    6562 
    6663int roar_socket_open       (int mode, int type, char * host, int port); 
Note: See TracChangeset for help on using the changeset viewer.