Use newly added auth file.
[metaproxy-moved-to-github.git] / src / filter_log.hpp
index a829d80..b6238b5 100644 (file)
@@ -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