src/network.h

changeset 34
c4d4b8a8f902
parent 33
866025982aa9
child 41
a8346dcf7bbf
     1.1 --- a/src/network.h	Wed Apr 09 11:12:04 2014 +0200
     1.2 +++ b/src/network.h	Wed Apr 09 12:07:47 2014 +0200
     1.3 @@ -74,6 +74,7 @@
     1.4  uint8_t net_recieve_code(int socket);
     1.5  void net_recieve_data(int socket, void *data, size_t len);
     1.6  
     1.7 +int net_setnonblocking(int socket, _Bool nonblocking);
     1.8  
     1.9  #ifdef	__cplusplus
    1.10  }

mercurial