summaryrefslogtreecommitdiffstats
path: root/include/locale.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-08-12 18:30:43 +0000
committerache <ache@FreeBSD.org>1996-08-12 18:30:43 +0000
commit9d1e0928b13cff2524bded1e91ac4687fb3a05c8 (patch)
treedd6a493f8458b3acb0c1a3d57207cf941776007e /include/locale.h
parentd0049dcf850283d6794329e6cff859682befa90b (diff)
downloadFreeBSD-src-9d1e0928b13cff2524bded1e91ac4687fb3a05c8.zip
FreeBSD-src-9d1e0928b13cff2524bded1e91ac4687fb3a05c8.tar.gz
There is so many places where range comparation (using collate)
needed (much more than I think initially), so I forced to add new user-visible non-standard function to libc.
Diffstat (limited to 'include/locale.h')
-rw-r--r--include/locale.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/locale.h b/include/locale.h
index 86eda17..7757d02 100644
--- a/include/locale.h
+++ b/include/locale.h
@@ -75,6 +75,7 @@ struct lconv {
__BEGIN_DECLS
struct lconv *localeconv __P((void));
char *setlocale __P((int, const char *));
+int collate_range_cmp __P((int, int));
__END_DECLS
#endif /* _LOCALE_H_ */
OpenPOWER on IntegriCloud