Changeset 5376:c8f94c6ad2a3 in roaraudio for include


Ignore:
Timestamp:
12/23/11 02:32:21 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

finished rewrite of socket.[ch] for this release. Closes: #187

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/socket.h

    r5375 r5376  
    6363int roar_socket_open       (int mode, int type, const char * host, int port); 
    6464 
    65 int roar_socket_listen_decnet (const char * object, int num); 
    66  
    6765const char * roar_socket_get_local_nodename(void); 
    6866 
    6967int roar_socket_nonblock(int fh, int state); 
    70 int roar_socket_decnet_set_timeout (int fh, time_t sec, int_least32_t usec); 
    7168 
    7269int roar_socket_dup_udp_local_end (int fh); 
Note: See TracChangeset for help on using the changeset viewer.