X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=include%2Frstemp.h;h=d4c8f6926e5616d27bc044352d1d9fafd97cfc8b;hb=927733195c5646988dcc65365bb45b978b02a15a;hp=be4795d63a2de80a6bcdf51144af7a08dbfabcc7;hpb=896c0427df9d8eff5de6a1735dcd992e067df844;p=idzebra-moved-to-github.git diff --git a/include/rstemp.h b/include/rstemp.h index be4795d..d4c8f69 100644 --- a/include/rstemp.h +++ b/include/rstemp.h @@ -1,4 +1,4 @@ -/* $Id: rstemp.h,v 1.8 2002-08-02 19:26:55 adam 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,15 +31,19 @@ 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 { int (*cmp)(const void *p1, const void *p2); int key_size; - char *temp_path; - RSET_TERM rset_term; + const char *temp_path; } rset_temp_parms; +*/ #ifdef __cplusplus }