X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Futil.hpp;h=f60e818375b41fd90a4b563e81726da8f7ac53da;hb=4c42fcd314fe52e0a896b08ed9d818bf6f323fe7;hp=ee920f12a46abbc12d93db6224563d9bbcd0d133;hpb=79100c2ae2dac4bdde4f4d46b69e147562b4ec6c;p=metaproxy-moved-to-github.git diff --git a/src/util.hpp b/src/util.hpp index ee920f1..f60e818 100644 --- a/src/util.hpp +++ b/src/util.hpp @@ -1,4 +1,4 @@ -/* $Id: util.hpp,v 1.13 2006-03-16 10:40:59 adam Exp $ +/* $Id: util.hpp,v 1.14 2006-05-15 11:43:01 adam Exp $ Copyright (c) 2005-2006, Index Data. %LICENSE% @@ -18,6 +18,8 @@ namespace metaproxy_1 { namespace util { + std::string database_name_normalize(const std::string &s); + bool pqf(ODR odr, Z_APDU *apdu, const std::string &q); std::string zQueryToString(Z_Query *query);