X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=recctrl%2Frectext.c;h=ba618d6b30c8eeb4fe9380c2a133a2c00f7d7f46;hb=ecb3935e78cd9bcfdebafdee0834cfb1060d7b5e;hp=cf192c487930f1f6466ae6ddfc841655928c8d6c;hpb=9eebf93dc2525854867cbc43920ea8ba4a199ab5;p=idzebra-moved-to-github.git diff --git a/recctrl/rectext.c b/recctrl/rectext.c index cf192c4..ba618d6 100644 --- a/recctrl/rectext.c +++ b/recctrl/rectext.c @@ -1,4 +1,4 @@ -/* $Id: rectext.c,v 1.29 2005-06-23 06:45:47 adam Exp $ +/* $Id: rectext.c,v 1.31 2006-05-10 08:13:30 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -39,13 +39,14 @@ static void *filter_init (Res res, RecType recType) return tinfo; } -static void filter_config(void *clientData, Res res, const char *args) +static ZEBRA_RES filter_config(void *clientData, Res res, const char *args) { struct filter_info *tinfo = (struct filter_info*) clientData; xfree(tinfo->sep); tinfo->sep = 0; if (args && *args) tinfo->sep = xstrdup(args); + return ZEBRA_OK; } static void filter_destroy (void *clientData) @@ -254,3 +255,11 @@ idzebra_filter &filter_type, 0, }; +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +