summaryrefslogtreecommitdiff
path: root/include/locale.h
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-08-12 18:30:43 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-08-12 18:30:43 +0000
commit806af72bd98609af2edae9872f5111c1830b8337 (patch)
treedd6a493f8458b3acb0c1a3d57207cf941776007e /include/locale.h
parenta0ef95d4b3f0ec033ee714c6d4ce5bf10c565590 (diff)
downloadsrc-test2-806af72bd98609af2edae9872f5111c1830b8337.tar.gz
src-test2-806af72bd98609af2edae9872f5111c1830b8337.zip
Notes
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 86eda17d34d7..7757d0216b97 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_ */