]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host_cmd.c
Fix most compiler warnings.
[xonotic/darkplaces.git] / host_cmd.c
index ab42967319f237f8c740b8f2fc51c70c50a83266..b095d181f087f551358a6d8ce3ba3895b8f351cb 100644 (file)
@@ -2923,7 +2923,7 @@ Host_Pings_f
 Send back ping and packet loss update for all current players to this player
 ====================
 */
-void Host_Pings_f(cmd_state_t *cmd)
+static void Host_Pings_f(cmd_state_t *cmd)
 {
        int             i, j, ping, packetloss, movementloss;
        char temp[128];