X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_dl.cpp;h=04a088ea206b4c3a1968897d4ec6bf7c942f4a80;hb=63ea8aedbfd7dc56ab28dbc82c38b4458dcecb68;hp=7ce559b6ded2207fa654452f05971aa9ec52992c;hpb=a7bb1a7f8f0c91fa5bc74f712b3e00cb962a0263;p=metaproxy-moved-to-github.git diff --git a/src/filter_dl.cpp b/src/filter_dl.cpp index 7ce559b..04a088e 100644 --- a/src/filter_dl.cpp +++ b/src/filter_dl.cpp @@ -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 }; }