X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Frstemp.h;h=016a1c6b0c744baf1304e80bb0aeea83d1a7873d;hb=56131846f59919027a4d3c59efb485afb6efb0de;hp=edf1c4bb7c30666508db8fb12c7777d3f6bc7b3b;hpb=2a6f64379961f30bfe6376964ce279ab5242da1f;p=idzebra-moved-to-github.git diff --git a/include/rstemp.h b/include/rstemp.h index edf1c4b..016a1c6 100644 --- a/include/rstemp.h +++ b/include/rstemp.h @@ -1,4 +1,4 @@ -/* $Id: rstemp.h,v 1.9 2004-01-22 11:27:21 adam Exp $ +/* $Id: rstemp.h,v 1.12 2004-09-01 15:01:32 heikki Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 Index Data Aps @@ -31,15 +31,12 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA extern "C" { #endif -extern const struct rset_control *rset_kind_temp; - -typedef struct rset_temp_parms -{ - int (*cmp)(const void *p1, const void *p2); - int key_size; - const char *temp_path; - RSET_TERM rset_term; -} rset_temp_parms; +#error "rstemp.h should no longer be used, its stuff is in rset.h" +/* moved into rset.h, this is too simple to keep in a file of its own */ +/* +RSET rstemp_create( NMEM nmem, const struct key_control *kcontrol, + const char *temp_path); +*/ #ifdef __cplusplus }