]> git.saurik.com Git - apple/libc.git/blame - locale/FreeBSD/lmessages.h.patch
Libc-498.tar.gz
[apple/libc.git] / locale / FreeBSD / lmessages.h.patch
CommitLineData
3d9156a7
A
1--- lmessages.h.orig 2003-05-20 15:21:44.000000000 -0700
2+++ lmessages.h 2005-02-19 14:39:44.000000000 -0800
3@@ -29,6 +29,8 @@
4 #ifndef _LMESSAGES_H_
5 #define _LMESSAGES_H_
6
7+#include <xlocale.h>
8+
9 struct lc_messages_T {
10 const char *yesexpr;
11 const char *noexpr;
12@@ -36,7 +38,7 @@
13 const char *nostr;
14 };
15
16-struct lc_messages_T *__get_current_messages_locale(void);
17-int __messages_load_locale(const char *);
18+struct lc_messages_T *__get_current_messages_locale(locale_t);
19+int __messages_load_locale(const char *, locale_t);
20
21 #endif /* !_LMESSAGES_H_ */