From cfd2440e5651f351474b38b303cc18839d19846d Mon Sep 17 00:00:00 2001 From: sajt Date: Sat, 10 Sep 2005 21:38:50 +0000 Subject: [PATCH] Removed the evil evil prototype git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5713 d7cf8633-e32d-0410-b094-e92efae38249 --- common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/common.h b/common.h index 41892a6c..c94e668f 100644 --- a/common.h +++ b/common.h @@ -52,7 +52,6 @@ typedef struct sizebuf_s void SZ_Clear (sizebuf_t *buf); void *SZ_GetSpace (sizebuf_t *buf, int length); void SZ_Write (sizebuf_t *buf, const void *data, int length); -void SZ_Print(sizebuf_t *buf, const char *data); // strcats onto the sizebuf void SZ_HexDumpToConsole(const sizebuf_t *buf); void Com_HexDumpToConsole(const qbyte *data, int size); -- 2.39.2