Using the key_control block for the first key-handling functions in all
[idzebra-moved-to-github.git] / include / rsbetween.h
index a6f117d..94fec58 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: rsbetween.h,v 1.6 2004-08-24 14:25:15 heikki Exp $
+/* $Id: rsbetween.h,v 1.7 2004-09-01 15:01:32 heikki Exp $
    Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
    Index Data Aps
 
@@ -31,6 +31,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 extern "C" {
 #endif
 
+#error "do not use rsbetween.h, it all is in rset.h"
 RSET rsbetween_create( NMEM nmem, int key_size, 
             int (*cmp)(const void *p1, const void *p2),
             RSET rset_l, RSET rset_m, RSET rset_r, RSET rset_attr,