Fix simpara
[idzebra-moved-to-github.git] / index / kcompare.c
index da913f7..f39b750 100644 (file)
@@ -216,8 +216,6 @@ ISAMS_M key_isams_m (Res res, ISAMS_M me)
     return me;
 }
 
-#if ZMBOL
-
 ISAMC_M key_isamc_m (Res res, ISAMC_M me)
 {
     isc_getmethod (me);
@@ -251,8 +249,6 @@ ISAMD_M key_isamd_m (Res res,ISAMD_M me)
     return me;
 }
 
-#endif
-
 int key_SU_encode (int ch, char *out)
 {
     int i;
@@ -278,7 +274,7 @@ int key_SU_encode (int ch, char *out)
     */
 }
 
-int key_SU_decode (int *ch, unsigned char *out)
+int key_SU_decode (int *ch, const unsigned char *out)
 {
     int len = 1;
     int fact = 1;
@@ -294,7 +290,13 @@ int key_SU_decode (int *ch, unsigned char *out)
 
 /* 
  * $Log: kcompare.c,v $
- * Revision 1.36  2001-10-15 19:53:43  adam
+ * Revision 1.38  2002-04-05 08:46:26  adam
+ * Zebra with full functionality
+ *
+ * Revision 1.37  2001/11/19 23:08:30  adam
+ * Added const qualifier for name parameter of key_SU_decode.
+ *
+ * Revision 1.36  2001/10/15 19:53:43  adam
  * POSIX thread updates. First work on term sets.
  *
  * Revision 1.35  1999/11/30 13:48:03  adam