main.c: Replaced macro with a static const
[pspp] / src / libpspp / i18n.h
index 380c3cbb79f7c041ab32e4773293c50480489cef..6722b5cec9c3cec743facd4238d50e4f9140c78a 100644 (file)
@@ -72,6 +72,8 @@ unsigned int utf8_hash_case_bytes (const char *, size_t n, unsigned int basis);
 unsigned int utf8_hash_case_string (const char *, unsigned int basis);
 int utf8_strcasecmp (const char *, const char *);
 int utf8_strncasecmp (const char *, size_t, const char *, size_t);
+char *utf8_to_upper (const char *);
+char *utf8_to_lower (const char *);
 \f
 /* Information about character encodings. */