X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_z3950_client.hpp;h=077805eef0e4878cd353fcd9812d3664ec6e3bee;hb=2e6b6e87fae70c8acbcd7c428ca511d7095f1d55;hp=3f254c646c2be557c58f375bee7d3629a0b86829;hpb=63ea8aedbfd7dc56ab28dbc82c38b4458dcecb68;p=metaproxy-moved-to-github.git diff --git a/src/filter_z3950_client.hpp b/src/filter_z3950_client.hpp index 3f254c6..077805e 100644 --- a/src/filter_z3950_client.hpp +++ b/src/filter_z3950_client.hpp @@ -1,4 +1,4 @@ -/* $Id: filter_z3950_client.hpp,v 1.6 2006-01-04 11:19:04 adam Exp $ +/* $Id: filter_z3950_client.hpp,v 1.8 2006-01-09 18:19:09 adam Exp $ Copyright (c) 2005, Index Data. %LICENSE% @@ -20,6 +20,7 @@ namespace yp2 { ~Z3950Client(); Z3950Client(); void process(yp2::Package & package) const; + void configure(const xmlNode * ptr); private: boost::scoped_ptr m_p; }; @@ -27,7 +28,7 @@ namespace yp2 { } extern "C" { - extern const struct yp2_filter_struct yp2_filter_z3950_client; + extern struct yp2_filter_struct yp2_filter_z3950_client; } #endif