All filters declare a yp2_filter_struct - used for both static and
[metaproxy-moved-to-github.git] / src / filter.hpp
index c2855bd..5635eaf 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: filter.hpp,v 1.10 2005-12-10 09:59:10 adam Exp $
+/* $Id: filter.hpp,v 1.11 2006-01-04 11:19:04 adam Exp $
    Copyright (c) 2005, Index Data.
 
 %LICENSE%
@@ -38,6 +38,7 @@ namespace yp2 {
 
 struct yp2_filter_struct {
     int ver;
+    const char *type;
     yp2::filter::Base* (*creator)();
 };