X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Futil.hpp;h=cb3c16594544672b2ebe20a1a33b3e995e0230a8;hb=c2b3244aacac43d69098a64a13673f1fef7c2919;hp=2ab14a179c28f0e330bc56c3f247b8dc96b1c994;hpb=df8db6d8a539fa6d793aeb541f7c64d625c91d42;p=metaproxy-moved-to-github.git diff --git a/src/util.hpp b/src/util.hpp index 2ab14a1..cb3c165 100644 --- a/src/util.hpp +++ b/src/util.hpp @@ -1,4 +1,4 @@ -/* $Id: util.hpp,v 1.4 2006-01-13 15:09:35 adam Exp $ +/* $Id: util.hpp,v 1.5 2006-01-16 15:51:56 adam Exp $ Copyright (c) 2005, Index Data. %LICENSE% @@ -17,6 +17,8 @@ namespace yp2 { bool pqf(ODR odr, Z_APDU *apdu, const std::string &q); Z_ReferenceId **get_referenceId(Z_APDU *apdu); 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); }; class odr : public boost::noncopyable {