2013-03-24 17:51:07 +01:00
|
|
|
$NetBSD: patch-at,v 1.3 2013/03/24 16:51:08 joerg Exp $
|
2006-12-15 10:03:46 +01:00
|
|
|
|
2013-03-24 17:51:07 +01:00
|
|
|
--- APIModules/QTSSSpamDefenseModule.bproj/QTSSSpamDefenseModule.cpp.orig 2007-02-15 23:13:47.000000000 +0000
|
2006-12-15 10:03:46 +01:00
|
|
|
+++ APIModules/QTSSSpamDefenseModule.bproj/QTSSSpamDefenseModule.cpp
|
2007-05-23 09:52:15 +02:00
|
|
|
@@ -62,6 +62,8 @@ class IPAddrTableElem
|
|
|
|
friend class OSHashTable<IPAddrTableElem, IPAddrTableKey>;
|
|
|
|
};
|
2006-12-15 10:03:46 +01:00
|
|
|
|
|
|
|
+// defined below
|
|
|
|
+class IPAddrTableKey;
|
|
|
|
|
2007-05-23 09:52:15 +02:00
|
|
|
class IPAddrTableKey
|
2006-12-15 10:03:46 +01:00
|
|
|
{
|