Updated WIN32 code specific sections. Changed header.
[idzebra-moved-to-github.git] / include / rsbool.h
index 35ac8bc..fc806a3 100644 (file)
@@ -1,10 +1,16 @@
 /*
- * Copyright (C) 1994-1997, Index Data I/S 
+ * Copyright (C) 1994-1999, Index Data
  * All rights reserved.
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: rsbool.h,v $
- * Revision 1.5  1997-09-05 15:30:02  adam
+ * Revision 1.7  1999-02-02 14:50:37  adam
+ * Updated WIN32 code specific sections. Changed header.
+ *
+ * Revision 1.6  1998/03/05 08:37:44  adam
+ * New result set model.
+ *
+ * Revision 1.5  1997/09/05 15:30:02  adam
  * Changed prototype for chr_map_input - added const.
  * Added support for C++, headers uses extern "C" for public definitions.
  *
 extern "C" {
 #endif
 
-extern const rset_control *rset_kind_and;
-extern const rset_control *rset_kind_or;
-extern const rset_control *rset_kind_not;
-
-extern const rset_control *rset_kind_sand;
-extern const rset_control *rset_kind_sor;
-extern const rset_control *rset_kind_snot;
+extern const struct rset_control *rset_kind_and;
+extern const struct rset_control *rset_kind_or;
+extern const struct rset_control *rset_kind_not;
 
 typedef struct rset_bool_parms
 {