X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fdict.h;h=993e97afadf228bd3646565d117c7d6081ee34f0;hb=7c3a0352f0492609a3b6b26b63a72b0b2d207aab;hp=73ae9ded5671f0001361fb7f5a51a5587b5b7d44;hpb=896c0427df9d8eff5de6a1735dcd992e067df844;p=idzebra-moved-to-github.git diff --git a/include/dict.h b/include/dict.h index 73ae9de..993e97a 100644 --- a/include/dict.h +++ b/include/dict.h @@ -1,5 +1,5 @@ -/* $Id: dict.h,v 1.32 2002-08-02 19:26:55 adam Exp $ - Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 +/* $Id: dict.h,v 1.33 2004-09-09 09:07:12 adam Exp $ + Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 Index Data Aps This file is part of the Zebra server. @@ -93,7 +93,7 @@ int dict_bf_close (Dict_BFile dbf); void dict_bf_compact (Dict_BFile dbf); Dict dict_open (BFiles bfs, const char *name, int cache, int rw, - int compact_flag); + int compact_flag, int page_size); int dict_close (Dict dict); int dict_insert (Dict dict, const char *p, int userlen, void *userinfo); int dict_delete (Dict dict, const char *p);