haiku/headers/private/libroot/time/PosixLCTimeInfo.h

22 lines
332 B
C
Raw Normal View History

/*
* Copyright 2010, Oliver Tappe, zooey@hirschkaefer.de.
* Distributed under the terms of the MIT License.
*/
#ifndef _POSIX_LC_TIME_INFO_H
#define _POSIX_LC_TIME_INFO_H
#include <timelocal.h>
namespace BPrivate {
extern const struct lc_time_t gPosixLCTimeInfo;
} // namespace BPrivate
#endif // _POSIX_LC_TIME_INFO_H