From 302c83ddb38dbf052ba1c6c27fc5250baf494f92 Mon Sep 17 00:00:00 2001 From: Spoike Date: Tue, 4 Jan 2005 07:54:24 +0000 Subject: [PATCH] Bye bye warning. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@708 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/common/net.h | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/common/net.h b/engine/common/net.h index 23e669071..92e663788 100644 --- a/engine/common/net.h +++ b/engine/common/net.h @@ -164,6 +164,7 @@ int Huff_PreferedCompressionCRC (void); qboolean Huff_CompressionCRC(int crc); void Huff_CompressPacket(sizebuf_t *msg, int offset); void Huff_DecompressPacket(sizebuf_t *msg, int offset); +int Huff_GetByte(qbyte *buffer, int *count); #endif #ifdef NQPROT