Update WIN32 build.
[metaproxy-moved-to-github.git] / src / filter.hpp
index c2855bd..b135553 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.12 2006-01-09 13:43:59 adam Exp $
    Copyright (c) 2005, Index Data.
 
 %LICENSE%
@@ -15,6 +15,7 @@ namespace yp2 {
 
     class Package;
 
+
     namespace filter {
         class Base {
         public:
@@ -38,6 +39,7 @@ namespace yp2 {
 
 struct yp2_filter_struct {
     int ver;
+    const char *type;
     yp2::filter::Base* (*creator)();
 };