freebsd-ports/net/xmule/files/patch-src::KnownFile.h
Mario Sergio Fujikawa Ferreira 47a28fa2de o After repo copy from ports/net/lmule (this is a fork of lmule):
update to xmule version 1.4.0
o Special thanks to [1] who helped patching the application for
  FreeBSD

Reviewed by:		Lauri Watts <lauri@fruitsalad.org>,
			Frerich Raabe <frerich.raabe@gmx.de> [1]
Repo copy approved by:	portmgr (self)
Repo copied by:		cvs (joe)
2003-06-11 22:29:38 +00:00

12 lines
272 B
C++

--- src/KnownFile.h.orig Tue May 20 21:16:04 2003
+++ src/KnownFile.h Tue May 20 21:23:46 2003
@@ -203,9 +203,6 @@
(a) = MD4_ROTATE_LEFT((a), (s)); \
}
-static void MD4Transform(uint32 Hash[4], uint32 x[16]);
-
-
#if 0
// old implementation
class CFileStatistic{