X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_log.hpp;h=b6238b52eb36bef71e3d01f5cfa8b665550b9329;hb=2e6b6e87fae70c8acbcd7c428ca511d7095f1d55;hp=a829d80d48516447baf6fcc9f10e1e50e27271bb;hpb=63ea8aedbfd7dc56ab28dbc82c38b4458dcecb68;p=metaproxy-moved-to-github.git diff --git a/src/filter_log.hpp b/src/filter_log.hpp index a829d80..b6238b5 100644 --- a/src/filter_log.hpp +++ b/src/filter_log.hpp @@ -1,4 +1,4 @@ -/* $Id: filter_log.hpp,v 1.11 2006-01-04 11:19:04 adam Exp $ +/* $Id: filter_log.hpp,v 1.13 2006-01-11 08:53:52 adam Exp $ Copyright (c) 2005, Index Data. %LICENSE% @@ -21,12 +21,13 @@ namespace yp2 { Log(const std::string &x); ~Log(); void process(yp2::Package & package) const; + void configure(const xmlNode * ptr); }; } } extern "C" { - extern const struct yp2_filter_struct yp2_filter_log; + extern struct yp2_filter_struct yp2_filter_log; } #endif