X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=recctrl%2Falvis.c;h=d2a7abaa149d1fb2401675b10d78ab59bd3c954f;hb=11b80ecf43b2c8bd1d376859e52ed6e61781b70c;hp=57e2ad2d0f5443b65e64ec73aee21545a89da639;hpb=c154b6ebab028dc512c43403864a8e4a7fc2b178;p=idzebra-moved-to-github.git diff --git a/recctrl/alvis.c b/recctrl/alvis.c index 57e2ad2..d2a7aba 100644 --- a/recctrl/alvis.c +++ b/recctrl/alvis.c @@ -1,4 +1,4 @@ -/* $Id: alvis.c,v 1.4 2005-08-19 14:06:31 marc Exp $ +/* $Id: alvis.c,v 1.5 2005-08-19 21:40:17 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -93,25 +93,23 @@ static void set_param_int(const char **params, const char *name, params[2] = 0; } - -int zebra_xmlInputMatchCallback (char const *filename) +static int zebra_xmlInputMatchCallback (char const *filename) { /* yaz_log(YLOG_LOG, "match %s", filename); */ return 0; } - -void * zebra_xmlInputOpenCallback (char const *filename) +static void * zebra_xmlInputOpenCallback (char const *filename) { return 0; } -int zebra_xmlInputReadCallback (void * context, char * buffer, int len) +static int zebra_xmlInputReadCallback (void * context, char * buffer, int len) { return 0; } -int zebra_xmlInputCloseCallback (void * context) +static int zebra_xmlInputCloseCallback (void * context) { return 0; }