X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fmain.c;h=83a4c7bb95af312c7d84fff78666a1a010251f7e;hb=ec214819d7b9e2f5c362584d8e38f83e13aae600;hp=5afdd3a7853703b9ed182e2a287202342a1b5fad;hpb=570f5eb73e3d3e35746242462cbbe6daf3fe2676;p=idzebra-moved-to-github.git diff --git a/index/main.c b/index/main.c index 5afdd3a..83a4c7b 100644 --- a/index/main.c +++ b/index/main.c @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.111 2004-05-30 18:05:30 adam Exp $ +/* $Id: main.c,v 1.113 2004-08-25 09:23:36 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 Index Data Aps @@ -44,7 +44,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #endif #include -#include "zebraapi.h" +#include char *prog; @@ -122,7 +122,7 @@ int main (int argc, char **argv) const char *config = configName ? configName : "zebra.cfg"; logf (LOG_LOG, "Zebra version %s %s", ZEBRAVER, ZEBRADATE); - zs = zebra_start (config, 0, res); + zs = zebra_start_res (config, 0, res); if (!zs) { yaz_log (LOG_FATAL, "Cannot read config %s", config);