X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Frsisamb.h;h=8cd45bcc91a13bd9b476b8eb777a301a3cfb3dbd;hb=56131846f59919027a4d3c59efb485afb6efb0de;hp=94c4c8a17e5a8ec931e370a38ddb104105318571;hpb=863d336f803da454e03f39ee2225719fed05021e;p=idzebra-moved-to-github.git diff --git a/include/rsisamb.h b/include/rsisamb.h index 94c4c8a..8cd45bc 100644 --- a/include/rsisamb.h +++ b/include/rsisamb.h @@ -1,4 +1,4 @@ -/* $Id: rsisamb.h,v 1.3 2004-08-20 14:44:45 heikki Exp $ +/* $Id: rsisamb.h,v 1.5 2004-09-01 15:01:32 heikki Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 Index Data Aps @@ -32,15 +32,13 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA extern "C" { #endif -extern const struct rset_control *rset_kind_isamb; +#error "Never mind rsisamb.h, it is all in rset.h " +/* extern const struct rset_control *rset_kind_isamb; */ + +RSET rsisamb_create( NMEM nmem, int key_size, + int (*cmp)(const void *p1, const void *p2), + ISAMB is, ISAMB_P pos); -typedef struct rset_isamb_parms -{ - int (*cmp)(const void *p1, const void *p2); - int key_size; - ISAMB is; - ISAMB_P pos; -} rset_isamb_parms; #ifdef __cplusplus }