X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_auth_simple.hpp;h=7c4ab749f3d671d92e86da8d531f100ed60d1046;hb=f47e8cf4cde2ba5465106e219c803e6424a4f177;hp=aa6db4fe78092f55a2e92e4c933c6e138647083a;hpb=cb2392725943f140c8d30638344b562a060bedf1;p=metaproxy-moved-to-github.git diff --git a/src/filter_auth_simple.hpp b/src/filter_auth_simple.hpp index aa6db4f..7c4ab74 100644 --- a/src/filter_auth_simple.hpp +++ b/src/filter_auth_simple.hpp @@ -1,4 +1,4 @@ -/* $Id: filter_auth_simple.hpp,v 1.2 2006-01-17 17:11:45 mike Exp $ +/* $Id: filter_auth_simple.hpp,v 1.5 2006-01-18 13:32:46 mike Exp $ Copyright (c) 2005, Index Data. %LICENSE% @@ -22,8 +22,12 @@ namespace yp2 { void configure(const xmlNode * ptr); void process(yp2::Package & package) const; private: + void config_userRegister(std::string filename); + void config_targetRegister(std::string filename); void process_init(yp2::Package & package) const; void process_search(yp2::Package & package) const; + void process_scan(yp2::Package & package) const; + void check_targets(yp2::Package & package) const; }; } }