]> git.saurik.com Git - apple/libc.git/blobdiff - locale/FreeBSD/lmessages.h
Libc-1082.20.4.tar.gz
[apple/libc.git] / locale / FreeBSD / lmessages.h
index ee690ae7c1cc82711fbce8b26792a22a41d084bb..47f08a914586282a7d88d188c26ce7ae282ae77d 100644 (file)
@@ -29,6 +29,8 @@
 #ifndef _LMESSAGES_H_
 #define        _LMESSAGES_H_
 
+#include <xlocale.h>
+
 struct lc_messages_T {
        const char      *yesexpr;
        const char      *noexpr;
@@ -36,7 +38,7 @@ struct        lc_messages_T {
        const char      *nostr;
 };
 
-struct lc_messages_T *__get_current_messages_locale(void);
-int    __messages_load_locale(const char *);
+struct lc_messages_T *__get_current_messages_locale(locale_t);
+int    __messages_load_locale(const char *, locale_t);
 
 #endif /* !_LMESSAGES_H_ */