Using the key_control block for the first key-handling functions in all
[idzebra-moved-to-github.git] / include / rstemp.h
index d4c8f69..016a1c6 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: rstemp.h,v 1.11 2004-08-24 14:25:15 heikki 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,18 +31,11 @@ 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),
+#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);
-/*     
-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_temp_parms;
 */
 
 #ifdef __cplusplus