X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Frset.h;h=ff86cd902db5ae4773aaa4dc9eb3277c3cfb13d9;hb=c8b510c1c66a9119ede10b63975fc5f7f1ea49f5;hp=87b47aecf933c909285007d07905cd8a0a7ece8c;hpb=f00e10dfcb19faeeabb42c5532f4b47f5548be97;p=idzebra-moved-to-github.git diff --git a/include/rset.h b/include/rset.h index 87b47ae..ff86cd9 100644 --- a/include/rset.h +++ b/include/rset.h @@ -1,4 +1,4 @@ -/* $Id: rset.h,v 1.47 2005-01-17 01:21:43 adam Exp $ +/* $Id: rset.h,v 1.50 2005-04-26 10:09:38 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -23,6 +23,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #ifndef RSET_H #define RSET_H +#include /* unfortunately we need the isam includes here, for the arguments for */ /* rsisamX_create */ #include @@ -54,9 +55,7 @@ struct rset_term { typedef struct rset_term *TERMID; TERMID rset_term_create (const char *name, int length, const char *flags, - int type, NMEM nmem); - - + int type, NMEM nmem); /** rsfd is a "file descriptor" for reading from a rset */ struct rsfd { /* the stuff common to all rsfd's. */ @@ -211,8 +210,7 @@ RSET rset_dup (RSET rs); zint rset_count(RSET rs); RSET rstemp_create(NMEM nmem, const struct key_control *kcontrol, - int scope, - const char *temp_path, TERMID term); + int scope, const char *temp_path, TERMID term); RSET rsnull_create(NMEM nmem, const struct key_control *kcontrol); @@ -240,13 +238,13 @@ RSET rsprox_create(NMEM nmem, const struct key_control *kcontrol, int ordered, int exclusion, int relation, int distance); RSET rsisamb_create(NMEM nmem, const struct key_control *kcontrol, - int scope, ISAMB is, ISAMB_P pos, TERMID term); + int scope, ISAMB is, ISAM_P pos, TERMID term); RSET rsisamc_create(NMEM nmem, const struct key_control *kcontrol, - int scope, ISAMC is, ISAMC_P pos, TERMID term); + int scope, ISAMC is, ISAM_P pos, TERMID term); RSET rsisams_create(NMEM nmem, const struct key_control *kcontrol, - int scope, ISAMS is, ISAMS_P pos, TERMID term); + int scope, ISAMS is, ISAM_P pos, TERMID term); YAZ_END_CDECL