Added a few prototypes.
[idzebra-moved-to-github.git] / index / index.h
index b241e6a..d5e46db 100644 (file)
@@ -160,6 +160,9 @@ void zebra_lock_prefix (Res res, char *dst);
 
 void zebra_load_atts (data1_handle dh, Res res);
 
+int key_SU_decode (int *ch, unsigned char *out);
+int key_SU_encode (int ch, char *out);
+
 extern Res common_resource;
 
 YAZ_END_CDECL
@@ -167,7 +170,10 @@ YAZ_END_CDECL
 #endif
 /*
  * $Log: index.h,v $
- * Revision 1.70  2000-12-05 10:01:44  adam
+ * Revision 1.71  2001-11-19 23:05:22  adam
+ * Added a few prototypes.
+ *
+ * Revision 1.70  2000/12/05 10:01:44  adam
  * Fixed bug regarding user-defined attribute sets.
  *
  * Revision 1.69  2000/03/20 19:08:36  adam