X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Findex.h;h=0e873debc74e462800fce78b1dbe5220485dbaec;hb=d50126fa619f94079daa731d66c305e86a38a85a;hp=cb9c020a8de39b53418a4e6d34bb03bf5f3c3b33;hpb=cef013b96c9508d5fd8552e7fd05962029b37e6f;p=idzebra-moved-to-github.git diff --git a/index/index.h b/index/index.h index cb9c020..0e873de 100644 --- a/index/index.h +++ b/index/index.h @@ -1,4 +1,4 @@ -/* $Id: index.h,v 1.120 2004-09-15 08:13:51 adam Exp $ +/* $Id: index.h,v 1.123 2004-09-28 12:39:55 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 Index Data Aps @@ -26,7 +26,6 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include #include #include -#include #include #if HAVE_SYS_TIMES_H @@ -38,8 +37,8 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include #include #include -#include -#include +#include +#include #include "recindex.h" #include #include "zinfo.h" @@ -259,6 +258,8 @@ struct zebra_service { Zebra_mutex_cond session_lock; Passwd_db passwd_db; const char *path_root; + RecTypeClass record_classes; + NMEM nmem; };