]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.h
added md4four map checksumming, since QW servers seem to be very picky about map...
[xonotic/darkplaces.git] / common.h
index 97c6e799557dc010f670fe22c802343a3192c9b6..e452e2e0f4496eab08cb795fc1d42d4ba977a68b 100644 (file)
--- a/common.h
+++ b/common.h
@@ -63,6 +63,10 @@ unsigned short CRC_Block(const unsigned char *data, size_t size);
 
 unsigned char COM_BlockSequenceCRCByteQW(unsigned char *base, int length, int sequence);
 
+// these are actually md4sum (mdfour.c)
+unsigned Com_BlockChecksum (void *buffer, int length);
+void Com_BlockFullChecksum (void *buffer, int len, unsigned char *outbuf);
+
 
 //============================================================================
 //                                                     Endianess handling