X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Frsisams.h;h=38d237098d779ee6ae6c0a62e07d09bd5be583b9;hb=3e8db66d56c466a5a269362eb70b4931d9579128;hp=e0a51e63098188af566354bd7364f9e87542a324;hpb=863d336f803da454e03f39ee2225719fed05021e;p=idzebra-moved-to-github.git diff --git a/include/rsisams.h b/include/rsisams.h index e0a51e6..38d2370 100644 --- a/include/rsisams.h +++ b/include/rsisams.h @@ -1,4 +1,4 @@ -/* $Id: rsisams.h,v 1.3 2004-08-20 14:44:45 heikki Exp $ +/* $Id: rsisams.h,v 1.4 2004-08-24 14:25:15 heikki Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 Index Data Aps @@ -34,11 +34,9 @@ extern "C" { extern const struct rset_control *rset_kind_isams; -typedef struct rset_isams_parms -{ - ISAMS is; - ISAMS_P pos; -} rset_isams_parms; +RSET rsisams_create( NMEM nmem, int key_size, + int (*cmp)(const void *p1, const void *p2), + ISAMS is, ISAMS_P pos); #ifdef __cplusplus }