]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug #1674: Fails to build on S/390, MIPS, Sparc: no previous prototype for 'byteSwap'
authorserassio <>
Tue, 11 Jul 2006 02:23:38 +0000 (02:23 +0000)
committerserassio <>
Tue, 11 Jul 2006 02:23:38 +0000 (02:23 +0000)
Fixed missing prototype.

lib/md5.c

index beb3dc6afb1a8bedccae0a7c19f10654717eb2b0..4a57367260a7d57a867739c93025f476ea61582f 100644 (file)
--- a/lib/md5.c
+++ b/lib/md5.c
@@ -44,6 +44,8 @@
 #include "md5.h"
 
 #ifdef WORDS_BIGENDIAN
+void byteSwap(uint32_t *, unsigned);
+
 void
 byteSwap(uint32_t * buf, unsigned words)
 {