X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_z3950_client.hpp;h=077805eef0e4878cd353fcd9812d3664ec6e3bee;hb=f47e8cf4cde2ba5465106e219c803e6424a4f177;hp=2f8fbb554884523830da8fa3711c7dc7da9ce7a9;hpb=7a90dfec2c8b5af3c39bbb7fafdf2294671b93d4;p=metaproxy-moved-to-github.git diff --git a/src/filter_z3950_client.hpp b/src/filter_z3950_client.hpp index 2f8fbb5..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.2 2005-10-29 15:54:29 adam Exp $ +/* $Id: filter_z3950_client.hpp,v 1.8 2006-01-09 18:19:09 adam Exp $ Copyright (c) 2005, Index Data. %LICENSE% @@ -7,8 +7,6 @@ #ifndef FILTER_Z3950_CLIENT_HPP #define FILTER_Z3950_CLIENT_HPP -#include -#include #include #include "filter.hpp" @@ -22,12 +20,17 @@ namespace yp2 { ~Z3950Client(); Z3950Client(); void process(yp2::Package & package) const; + void configure(const xmlNode * ptr); private: boost::scoped_ptr m_p; }; } } +extern "C" { + extern struct yp2_filter_struct yp2_filter_z3950_client; +} + #endif /* * Local variables: