All filters declare a yp2_filter_struct - used for both static and
[metaproxy-moved-to-github.git] / src / filter_dl.cpp
index 7ce559b..04a088e 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: filter_dl.cpp,v 1.1 2005-12-10 09:59:10 adam Exp $
+/* $Id: filter_dl.cpp,v 1.2 2006-01-04 11:19:04 adam Exp $
    Copyright (c) 2005, Index Data.
 
 %LICENSE%
@@ -30,8 +30,9 @@ static yp2::filter::Base* filter_creator()
 }
 
 extern "C" {
-    struct yp2_filter_struct yp2_filter_dl = {
+    const struct yp2_filter_struct yp2_filter_dl = {
         0,
+        "dl",
         filter_creator
     };
 }