Merger scan returns diagnostics
[metaproxy-moved-to-github.git] / src / util.hpp
index 6d0d224..c905304 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: util.hpp,v 1.7 2006-01-17 16:43:29 adam Exp $
+/* $Id: util.hpp,v 1.9 2006-01-18 10:57:27 adam Exp $
    Copyright (c) 2005, Index Data.
 
 %LICENSE%
@@ -26,10 +26,19 @@ namespace yp2 {
         int get_vhost_otherinfo(Z_OtherInformation **otherInformation,
                                 bool remove_flag,
                                 std::list<std::string> &vhosts);
+        void set_vhost_otherinfo(Z_OtherInformation **otherInformation,
+                                 ODR odr,
+                                 const std::list<std::string> &vhosts);
         void get_init_diagnostics(Z_InitResponse *res,
                                   int &error_code, std::string &addinfo);
         void get_default_diag(Z_DefaultDiagFormat *r,
                               int &error_code, std::string &addinfo);
+
+        void piggyback(int smallSetUpperBound,
+                       int largeSetLowerBound,
+                       int mediumSetPresentNumber,
+                       int result_set_size,
+                       int &number_to_present);
     };
 
     class odr : public boost::noncopyable {