Changeset 6022:db3345439191 in roaraudio for include/libroar/socket.h


Ignore:
Timestamp:
07/13/14 18:21:10 (10 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/socket.h

    r5961 r6022  
    5353int roar_socket_connect (int type, const char * host, int port); 
    5454 
    55 // TODO: those function should be made /static/. 
    56 #if 0 
    57 int roar_socket_new_decnet_seqpacket (void) _LIBROAR_ATTR_TO_STATIC; 
    58 int roar_socket_new_ipxspx (void) _LIBROAR_ATTR_TO_STATIC; 
    59 #endif 
    60  
    6155int roar_socket_new        (int type); 
    6256 
Note: See TracChangeset for help on using the changeset viewer.