X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Futil.hpp;h=6d0d224d2539eeb6752247025ebba5be2b13bc5e;hb=84e8420d3ac503078b37b947b5bc71fa2fe56801;hp=cb3c16594544672b2ebe20a1a33b3e995e0230a8;hpb=63dda9fef8b647d491dd2baef8ec4f4f88ee1b11;p=metaproxy-moved-to-github.git diff --git a/src/util.hpp b/src/util.hpp index cb3c165..6d0d224 100644 --- a/src/util.hpp +++ b/src/util.hpp @@ -1,4 +1,4 @@ -/* $Id: util.hpp,v 1.5 2006-01-16 15:51:56 adam Exp $ +/* $Id: util.hpp,v 1.7 2006-01-17 16:43:29 adam Exp $ Copyright (c) 2005, Index Data. %LICENSE% @@ -9,6 +9,7 @@ #include #include +#include #include @@ -19,6 +20,16 @@ namespace yp2 { Z_APDU *create_APDU(ODR odr, int type, Z_APDU *in_apdu); bool set_databases_from_zurl(ODR odr, std::string zurl, int *db_num, char ***db_strings); + void split_zurl(std::string zurl, std::string &host, + std::list &db); + + 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 {