X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fzebrash.c;h=a9d1d383f1bc0a1aefd2b750a59263d52f7187ba;hb=ec214819d7b9e2f5c362584d8e38f83e13aae600;hp=4a1f9925c67fe09c2ed977aaf08f824560d03687;hpb=4a3a97df9d47b8d099e403308f8015f130366994;p=idzebra-moved-to-github.git diff --git a/index/zebrash.c b/index/zebrash.c index 4a1f992..a9d1d38 100644 --- a/index/zebrash.c +++ b/index/zebrash.c @@ -1,4 +1,4 @@ -/* $Id: zebrash.c,v 1.27 2004-07-28 08:15:45 adam Exp $ +/* $Id: zebrash.c,v 1.29 2004-08-25 09:23:36 adam Exp $ Copyright (C) 2002,2003,2004 Index Data Aps @@ -37,7 +37,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include #endif -#include "zebraapi.h" +#include #include #include #include @@ -347,7 +347,7 @@ static int cmd_end_trans( char *args[], WRBUF outbuff) static int cmd_record_insert( char *args[], WRBUF outbuff) { - int sysno=0; + SYSNO sysno=0; int rc; char *rec=restargs(args,1);