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
12namespace BPrivate {
13namespace Libroot {
14
15
16extern const struct lc_time_t gPosixLCTimeInfo;
17
18
19}	// namespace Libroot
20}	// namespace BPrivate
21
22
23#endif	// _POSIX_LC_TIME_INFO_H
24