dedicated.c
changeset 774 258c11431acb
parent 770 89dab23f04ca
child 781 9717ff353c17
--- a/dedicated.c	Wed Dec 22 23:24:53 2004 +0000
+++ b/dedicated.c	Thu Dec 23 00:24:44 2004 +0000
@@ -34,7 +34,7 @@
 
 #ifdef UNIX
 /* We want to fork our dedicated server */
-void DedicatedFork()
+void DedicatedFork(void)
 {
 	/* Fork the program */
 	_dedicated_pid = fork();
@@ -242,6 +242,7 @@
 	return NULL;
 }
 
+void DedicatedFork(void) {}
 static void DedicatedVideoStop() { free(_dedicated_video_mem); }
 static void DedicatedVideoMakeDirty(int left, int top, int width, int height) {}
 static bool DedicatedVideoChangeRes(int w, int h) { return false; }