xref: /haiku/headers/private/libroot/time/PosixLCTimeInfo.h (revision 644fa5a93845dc4a1bc155f1fd0f94ebdf0b47bc)
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