X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=src%2Futil.hpp;h=35eb7338eac3dfdb374178ae9e96e0d5767c30b3;hb=8db6e2826e50fb4d3f8e6a1287b06357409cf88b;hp=f60e818375b41fd90a4b563e81726da8f7ac53da;hpb=4c42fcd314fe52e0a896b08ed9d818bf6f323fe7;p=metaproxy-moved-to-github.git diff --git a/src/util.hpp b/src/util.hpp index f60e818..35eb733 100644 --- a/src/util.hpp +++ b/src/util.hpp @@ -1,7 +1,7 @@ -/* $Id: util.hpp,v 1.14 2006-05-15 11:43:01 adam Exp $ +/* $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 @@ -18,6 +18,8 @@ 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);