X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Futil.hpp;h=35eb7338eac3dfdb374178ae9e96e0d5767c30b3;hb=8db6e2826e50fb4d3f8e6a1287b06357409cf88b;hp=5b81d04b1ad7ad377fe09438b37790a04c2c8c47;hpb=f47e8cf4cde2ba5465106e219c803e6424a4f177;p=metaproxy-moved-to-github.git diff --git a/src/util.hpp b/src/util.hpp index 5b81d04..35eb733 100644 --- a/src/util.hpp +++ b/src/util.hpp @@ -1,7 +1,7 @@ -/* $Id: util.hpp,v 1.12 2006-01-25 11:27:19 adam Exp $ - Copyright (c) 2005, Index Data. +/* $Id: util.hpp,v 1.16 2006-06-10 14:29:13 adam Exp $ + Copyright (c) 2005-2006, Index Data. -%LICENSE% + See the LICENSE file for details */ #ifndef YP2_UTIL_HPP @@ -16,8 +16,12 @@ #include #include "package.hpp" -namespace yp2 { +namespace metaproxy_1 { namespace util { + int memcmp2(const void *buf1, int len1, const void *buf2, int len2); + + 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); @@ -70,7 +74,7 @@ namespace yp2 { Z_APDU *create_scanResponse(Z_APDU *in_apdu, int error, const char *addinfo); Z_APDU *create_APDU(int type, Z_APDU *in_apdu); - Z_GDU *create_HTTP_Response(yp2::Session &session, + Z_GDU *create_HTTP_Response(metaproxy_1::Session &session, Z_HTTP_Request *req, int code); private: ODR m_odr;