Changeset 502:f0ef9d157f91 in roaraudio for include/libroar/socket.h


Ignore:
Timestamp:
08/14/08 17:57:29 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

cleaning up non needed DECnet stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/socket.h

    r501 r502  
    4747int roar_socket_open_socks4a(int mode, int fh, char * host, int port); 
    4848 
    49 #if 0 
    50 #ifdef ROAR_HAVE_LIBDNET 
    51 int roar_accept(int sockfd, struct sockaddr *addr, socklen_t *addrlen); 
    52 #else 
    53 #define roar_accept accept 
    54 #endif 
    55 #endif 
    56 #define roar_accept accept 
    57  
    5849#endif 
    5950 
Note: See TracChangeset for help on using the changeset viewer.