$NetBSD: patch-cy,v 1.2 2007/12/31 09:15:15 spz Exp $

--- src/irr/irr.hh.orig	2006-06-08 17:16:26.000000000 +0200
+++ src/irr/irr.hh
@@ -59,6 +59,7 @@
 #include "gnug++/SetOfUInt.hh"
 #include "gnu/prefixranges.hh"
 #include "rpsl/prefix.hh"
+#include "rpsl/rpsl_asnum.hh"
 #include "classes.hh"
 
 class AutNum;
@@ -192,6 +193,9 @@ protected:
    bool         isIndirectMember(Object *o, 
 			   AttrGenericIterator<ItemWORD> &mbrs_by_ref);
 
+   // next method is used by RAWhoisClient to query the SetCache
+   bool queryCache(SymID setID, Set *&set);
+
 private:
    static void initCache(char *objectText, int objectLength, char *clss);
 };
