2007-05-23 09:52:15 +02:00
|
|
|
$NetBSD: patch-at,v 1.2 2007/05/23 07:52:16 adam Exp $
|
2006-12-15 10:03:46 +01:00
|
|
|
|
2007-05-23 09:52:15 +02:00
|
|
|
--- APIModules/QTSSSpamDefenseModule.bproj/QTSSSpamDefenseModule.cpp.orig 2007-02-16 00:13:47.000000000 +0100
|
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
|
|
|
{
|