X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;ds=sidebyside;f=src%2Futil.cpp;h=58d23f9481ab197cdc680cc3bc5ccdd2052b7534;hb=451ffea184560b0d10f369dfc3fccb0fa86b91a2;hp=c92fc0b1897b0cbbe89aff67bfad9bfb0c1521f1;hpb=9f28eaa70f10525086923609e7324f9005bf629e;p=metaproxy-moved-to-github.git diff --git a/src/util.cpp b/src/util.cpp index c92fc0b..58d23f9 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -1,4 +1,4 @@ -/* $Id: util.cpp,v 1.23 2006-10-04 14:04:00 marc Exp $ +/* $Id: util.cpp,v 1.24 2007-01-02 15:35:36 marc Exp $ Copyright (c) 2005-2006, Index Data. See the LICENSE file for details @@ -334,6 +334,14 @@ void mp_util::set_vhost_otherinfo( } } +void mp_util::set_vhost_otherinfo( + Z_OtherInformation **otherInformation, ODR odr, + const std::string vhost, const int cat) +{ + yaz_oi_set_string_oidval(otherInformation, odr, + VAL_PROXY, cat, vhost.c_str()); +} + void mp_util::split_zurl(std::string zurl, std::string &host, std::list &db) {