X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Futil.hpp;h=6d0d224d2539eeb6752247025ebba5be2b13bc5e;hb=84e8420d3ac503078b37b947b5bc71fa2fe56801;hp=93caa33eca301b21c089c07ff3abf4fb103687de;hpb=627806c9d1a499273ecea94fbc3e01f4cfc0de8a;p=metaproxy-moved-to-github.git diff --git a/src/util.hpp b/src/util.hpp index 93caa33..6d0d224 100644 --- a/src/util.hpp +++ b/src/util.hpp @@ -1,4 +1,4 @@ -/* $Id: util.hpp,v 1.6 2006-01-17 13:34:51 adam Exp $ +/* $Id: util.hpp,v 1.7 2006-01-17 16:43:29 adam Exp $ Copyright (c) 2005, Index Data. %LICENSE% @@ -26,6 +26,10 @@ namespace yp2 { int get_vhost_otherinfo(Z_OtherInformation **otherInformation, bool remove_flag, std::list &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); }; class odr : public boost::noncopyable {