]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.h
fix a typo in challenge flood protection
[xonotic/darkplaces.git] / common.h
index a7bab9e8c5999a889c9877808cb931b30378e945..8a6dbd2a62534bfcf4f402ac14793cac3f195c08 100644 (file)
--- a/common.h
+++ b/common.h
@@ -147,6 +147,7 @@ protocolversion_t;
  * @{
  */
 
+void MSG_InitReadBuffer (sizebuf_t *buf, unsigned char *data, int size);
 void MSG_WriteChar (sizebuf_t *sb, int c);
 void MSG_WriteByte (sizebuf_t *sb, int c);
 void MSG_WriteShort (sizebuf_t *sb, int c);