]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.h
migrated cls.message and client->message buffers into netconn_t struct
[xonotic/darkplaces.git] / common.h
index ffbcc8c139957f48abb3800c33d32821c19295eb..b1cba03c64759c76606eb78be91c893458d2f3f6 100644 (file)
--- a/common.h
+++ b/common.h
@@ -281,6 +281,8 @@ void freedirectory(stringlist_t *list);
 
 char *SearchInfostring(const char *infostring, const char *key);
 
+void InfoString_GetValue(const char *buffer, const char *key, char *value, size_t valuelength);
+void InfoString_SetValue(char *buffer, size_t bufferlength, const char *key, const char *value);
 
 // strlcat and strlcpy, from OpenBSD
 // Most (all?) BSDs already have them