X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=src%2Ffilter_cgi.cpp;h=d2f142317f2fa731fbcb3b54f18987f1953c73b8;hb=aff78cecdb2c7292899ae15ee8a5fd41accef2b5;hp=7cec0cd4866017ee12716ce5440c8fb48984aa15;hpb=d777151fea4bfd574b6b72b505f4feb75c7ff73d;p=metaproxy-moved-to-github.git diff --git a/src/filter_cgi.cpp b/src/filter_cgi.cpp index 7cec0cd..d2f1423 100644 --- a/src/filter_cgi.cpp +++ b/src/filter_cgi.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2010 Index Data + Copyright (C) 2005-2012 Index Data Metaproxy is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -146,7 +146,7 @@ void yf::CGI::process(mp::Package &package) const package.move(); } -void yf::CGI::configure(const xmlNode *ptr, bool test_only) +void yf::CGI::configure(const xmlNode *ptr, bool test_only, const char *path) { for (ptr = ptr->children; ptr; ptr = ptr->next) {