X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Frstemp.h;fp=include%2Frstemp.h;h=d4c8f6926e5616d27bc044352d1d9fafd97cfc8b;hb=927733195c5646988dcc65365bb45b978b02a15a;hp=c12c8d049e4331a8f14905552e893a4df8f64b9a;hpb=64536ef960bf4ed8de62b8db051fa99a181fff1f;p=idzebra-moved-to-github.git diff --git a/include/rstemp.h b/include/rstemp.h index c12c8d0..d4c8f69 100644 --- a/include/rstemp.h +++ b/include/rstemp.h @@ -1,4 +1,4 @@ -/* $Id: rstemp.h,v 1.10 2004-08-20 14:44:45 heikki Exp $ +/* $Id: rstemp.h,v 1.11 2004-08-24 14:25:15 heikki Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 Index Data Aps @@ -31,6 +31,10 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA extern "C" { #endif +RSET rstemp_create( NMEM nmem, int key_size, + int (*cmp)(const void *p1, const void *p2), + const char *temp_path); +/* extern const struct rset_control *rset_kind_temp; typedef struct rset_temp_parms @@ -39,6 +43,7 @@ typedef struct rset_temp_parms int key_size; const char *temp_path; } rset_temp_parms; +*/ #ifdef __cplusplus }