xref: /haiku/headers/private/libroot/time/PosixLCTimeInfo.h (revision 7749d0bb0c358a3279b1b9cc76d8376e900130a5)
1 /*
2  * Copyright 2010, Oliver Tappe, zooey@hirschkaefer.de.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef _POSIX_LC_TIME_INFO_H
6 #define _POSIX_LC_TIME_INFO_H
7 
8 
9 #include <timelocal.h>
10 
11 
12 namespace BPrivate {
13 namespace Libroot {
14 
15 
16 extern const struct lc_time_t gPosixLCTimeInfo;
17 
18 
19 }	// namespace Libroot
20 }	// namespace BPrivate
21 
22 
23 #endif	// _POSIX_LC_TIME_INFO_H
24