Using the key_control block for the first key-handling functions in all
[idzebra-moved-to-github.git] / include / rsnull.h
index 6970455..0c0f84c 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: rsnull.h,v 1.5 2002-08-02 19:26:55 adam Exp $
+/* $Id: rsnull.h,v 1.8 2004-09-01 15:01:32 heikki Exp $
    Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
    Index Data Aps
 
@@ -31,14 +31,8 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 extern "C" {
 #endif
 
-typedef struct rset_null_parms
-{
-    int     key_size;
-    char   *temp_path;
-    RSET_TERM rset_term;    
-} rset_null_parms;
-
-extern const struct rset_control *rset_kind_null;
+#error "rsnull.h not used any more, use rset.h instead"
+RSET rsnull_create(NMEM nmem);
 
 #ifdef __cplusplus
 }