]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - contrib/bobtoolz/misc.h
* fixed a warning and an error in the overflow check in l_net
[xonotic/netradiant.git] / contrib / bobtoolz / misc.h
index 81b48879eaf333296a091e4240683341919b40ee..7ccb4599c33ffc6a30f9795144a80b818752ead4 100644 (file)
@@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 vec_t Min(vec_t a, vec_t b);
 
-epair_t* GetNextChainItem(epair_t* lastItem, char* key, char* value);
+epair_t* GetNextChainItem(epair_t* lastItem, const char* key, const char* value);
 
 // reads current texture into global, returns pointer to it
 const char* GetCurrentTexture();