Changeset 528:d42830e32ea1 in roaraudio for libroar/socket.c


Ignore:
Timestamp:
08/16/08 02:15:56 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

adding dummy IPX implementation: are there no docs? Can't even find correct socket() values!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/socket.c

    r521 r528  
    9898} 
    9999 
     100int roar_socket_new_ipxspx (void) { 
     101 return -1; 
     102} 
    100103 
    101104int roar_socket_nonblock(int fh, int state) { 
Note: See TracChangeset for help on using the changeset viewer.