]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - net_loop.c
improved Com_HexDumpToConsole, it now prints properly (not with a data byte on the...
[xonotic/darkplaces.git] / net_loop.c
index 0cd6662e886d9372a1e1489024d97cd7b5f5d599..47d8d0e166f38a6b4d7bd6283a1def630770ddbe 100644 (file)
@@ -39,7 +39,7 @@ void Loop_Shutdown (void)
 }
 
 
-void Loop_Heartbeat (char *master)
+void Loop_Heartbeat (const char *master)
 {
 }
 
@@ -67,13 +67,13 @@ void Loop_SearchForHosts (qboolean xmit)
 }
 
 
-qboolean Loop_SearchForInetHosts (char *master)
+qboolean Loop_SearchForInetHosts (const char *master)
 {
        return false;
 }
 
 
-qsocket_t *Loop_Connect (char *host)
+qsocket_t *Loop_Connect (const char *host)
 {
        if (strcmp(host,"local") != 0)
                return NULL;