]> icculus.org git repositories - divverent/netradiant.git/blob - radiant/sockets.h
some new toolbar bitmaps by sev
[divverent/netradiant.git] / radiant / sockets.h
1
2 #if !defined(INCLUDED_SOCKETS_H)
3 #define INCLUDED_SOCKETS_H
4
5 #include "l_net/l_net.h"
6
7 // waits for a socket to become ready
8 // returns
9 // -1: error
10 // 0: timeout
11 // 1: ready
12 int Net_Wait(socket_t *sock, long sec, long usec);
13
14 #endif