]> git.saurik.com Git - apple/libc.git/blobdiff - include/_xlocale.h
Libc-1244.50.9.tar.gz
[apple/libc.git] / include / _xlocale.h
index f58b05208fe394660d8db520b83693fee27cccfe..0ba412c5bd20eace7f1b9ab0e77e11a60401e781 100644 (file)
@@ -26,6 +26,9 @@
 
 #include <sys/cdefs.h>
 
 
 #include <sys/cdefs.h>
 
+struct _xlocale; /* forward reference */
+typedef struct _xlocale *              locale_t;
+
 __BEGIN_DECLS
 int            ___mb_cur_max(void);
 int            ___mb_cur_max_l(locale_t);
 __BEGIN_DECLS
 int            ___mb_cur_max(void);
 int            ___mb_cur_max_l(locale_t);