chromium/third_party/unrar/src/timefn.hpp

#ifndef _RAR_TIMEFN_
#define _RAR_TIMEFN_

struct RarLocalTime
{};


class RarTime
{};

const wchar *GetMonthName(uint Month);
bool IsLeapYear(uint Year);

#endif