]> de.git.xonotic.org Git - voretournament/voretournament.git/blob - misc/mediasource/netradiant-src/radiant/sockets.h
Move all other sources in a separate subfolder
[voretournament/voretournament.git] / misc / mediasource / netradiant-src / 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