update from texinfo
[gnulib.git] / lib / unicase.h
index ca3ab32..9f37a6b 100644 (file)
@@ -19,6 +19,7 @@
 
 #include "unitypes.h"
 
+/* Get bool.  */
 #include <stdbool.h>
 
 /* Get size_t.  */
@@ -207,6 +208,10 @@ extern int
        u32_casecoll (const uint32_t *s1, size_t n1,
                     const uint32_t *s2, size_t n2,
                     const char *iso639_language, uninorm_t nf, int *resultp);
+extern int
+       ulc_casecoll (const char *s1, size_t n1,
+                    const char *s2, size_t n2,
+                    const char *iso639_language, uninorm_t nf, int *resultp);
 
 
 /* Set *RESULTP to true if mapping NFD(S) to upper case is a no-op, or to false