X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fzebraapi.c;h=0185da1923e17e9f82291294fc20bd1646f60f7f;hb=ec214819d7b9e2f5c362584d8e38f83e13aae600;hp=ed643db6840c1b27154a99b67f449a8b7581e236;hpb=fe89ed8ea4b4482f79f4c570f789c7004ddb10cc;p=idzebra-moved-to-github.git diff --git a/index/zebraapi.c b/index/zebraapi.c index ed643db..0185da1 100644 --- a/index/zebraapi.c +++ b/index/zebraapi.c @@ -1,4 +1,4 @@ -/* $Id: zebraapi.c,v 1.126 2004-08-10 15:21:48 heikki Exp $ +/* $Id: zebraapi.c,v 1.127 2004-08-25 09:23:36 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 Index Data Aps @@ -36,7 +36,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include #include "index.h" #include -#include "zebraapi.h" +#include /* simple asserts to validate the most essential input args */ #define ASSERTZH assert(zh && zh->service)