]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - net_loop.c
The call to alloca has been removed. This function has a quite bad reputation and...
[xonotic/darkplaces.git] / net_loop.c
index 8424ca9cccd7ce5592e15afac0de12c8d0d042ab..0cd6662e886d9372a1e1489024d97cd7b5f5d599 100644 (file)
@@ -39,6 +39,11 @@ void Loop_Shutdown (void)
 }
 
 
+void Loop_Heartbeat (char *master)
+{
+}
+
+
 void Loop_Listen (qboolean state)
 {
 }
@@ -62,6 +67,12 @@ void Loop_SearchForHosts (qboolean xmit)
 }
 
 
+qboolean Loop_SearchForInetHosts (char *master)
+{
+       return false;
+}
+
+
 qsocket_t *Loop_Connect (char *host)
 {
        if (strcmp(host,"local") != 0)
@@ -244,3 +255,4 @@ void Loop_Close (qsocket_t *sock)
        else
                loop_server = NULL;
 }
+