]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - server.h
Merge branch 'master' into bones_was_here/net_s4
[xonotic/darkplaces.git] / server.h
index 79fce3b1e87d1b7372cb98a9dcc2899d2f09fed0..1620466a07fc4ad32cc03562a4e38c8aaee7c3ed 100644 (file)
--- a/server.h
+++ b/server.h
@@ -604,7 +604,7 @@ void SV_CheckVelocity (prvm_edict_t *ent);
 
 void SV_SetupVM(void);
 
-const char *Host_TimingReport(char *buf, size_t buflen); ///< for output in SV_Status_f
+const char *SV_TimingReport(char *buf, size_t buflen); ///< for output in SV_Status_f
 
 int SV_GetPitchSign(prvm_prog_t *prog, prvm_edict_t *ent);
 void SV_GetEntityMatrix(prvm_prog_t *prog, prvm_edict_t *ent, matrix4x4_t *out, qbool viewmatrix);