]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - zone.h
cvar: fix many bugs in gamedir, loadconfig, unset, cvar_resettodefaults* commands
[xonotic/darkplaces.git] / zone.h
diff --git a/zone.h b/zone.h
index 12216f9623428e12b69c93384d4686bdb0805009..42644a1927115ca7690e730d91d84a12c46894c8 100644 (file)
--- a/zone.h
+++ b/zone.h
@@ -107,9 +107,9 @@ void _Mem_EmptyPool(mempool_t *pool, const char *filename, int fileline);
 void _Mem_CheckSentinels(void *data, const char *filename, int fileline);
 void _Mem_CheckSentinelsGlobal(const char *filename, int fileline);
 // if pool is NULL this searches ALL pools for the allocation
-qbool Mem_IsAllocated(mempool_t *pool, void *data);
+qbool Mem_IsAllocated(mempool_t *pool, const void *data);
 
-char* _Mem_strdup (mempool_t *pool, const char* s, const char *filename, int fileline);
+char *_Mem_strdup(mempool_t *pool, const char *s, const char *filename, int fileline);
 
 typedef struct memexpandablearray_array_s
 {