summaryrefslogtreecommitdiff
path: root/apps/plugins/sdl/progs/quake/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/sdl/progs/quake/net.h')
-rw-r--r--apps/plugins/sdl/progs/quake/net.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/plugins/sdl/progs/quake/net.h b/apps/plugins/sdl/progs/quake/net.h
index 813472c0c6..6b6be3d36e 100644
--- a/apps/plugins/sdl/progs/quake/net.h
+++ b/apps/plugins/sdl/progs/quake/net.h
@@ -8,7 +8,7 @@ of the License, or (at your option) any later version.
8 8
9This program is distributed in the hope that it will be useful, 9This program is distributed in the hope that it will be useful,
10but WITHOUT ANY WARRANTY; without even the implied warranty of 10but WITHOUT ANY WARRANTY; without even the implied warranty of
11MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 11MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12 12
13See the GNU General Public License for more details. 13See the GNU General Public License for more details.
14 14
@@ -126,7 +126,7 @@ typedef struct qsocket_s
126 qboolean disconnected; 126 qboolean disconnected;
127 qboolean canSend; 127 qboolean canSend;
128 qboolean sendNext; 128 qboolean sendNext;
129 129
130 int driver; 130 int driver;
131 int landriver; 131 int landriver;
132 int socket; 132 int socket;
@@ -314,7 +314,7 @@ typedef struct _PollProcedure
314{ 314{
315 struct _PollProcedure *next; 315 struct _PollProcedure *next;
316 double nextTime; 316 double nextTime;
317 void (*procedure)(); 317 void (*procedure)(void *);
318 void *arg; 318 void *arg;
319} PollProcedure; 319} PollProcedure;
320 320