X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Ffilter_z3950_client.cpp;h=d98a5b74671059bdccbdc788ec9a9f948d986cc8;hb=63ea8aedbfd7dc56ab28dbc82c38b4458dcecb68;hp=21e432507d236800875a1851ef94fe07c6783346;hpb=a7bb1a7f8f0c91fa5bc74f712b3e00cb962a0263;p=metaproxy-moved-to-github.git diff --git a/src/filter_z3950_client.cpp b/src/filter_z3950_client.cpp index 21e4325..d98a5b7 100644 --- a/src/filter_z3950_client.cpp +++ b/src/filter_z3950_client.cpp @@ -1,4 +1,4 @@ -/* $Id: filter_z3950_client.cpp,v 1.13 2006-01-03 15:34:10 adam Exp $ +/* $Id: filter_z3950_client.cpp,v 1.14 2006-01-04 11:19:04 adam Exp $ Copyright (c) 2005, Index Data. %LICENSE% @@ -326,6 +326,19 @@ void yf::Z3950Client::process(Package &package) const } +static yp2::filter::Base* filter_creator() +{ + return new yp2::filter::Z3950Client; +} + +extern "C" { + const struct yp2_filter_struct yp2_filter_z3950_client = { + 0, + "z3950_client", + filter_creator + }; +} + /* * Local variables: * c-basic-offset: 4