Mercurial > libpst
view src/timeconv.h @ 127:c2482d0cd84e
common cannot include config.h
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 05 Feb 2009 09:20:02 -0800 |
parents | 6395ced2b8b2 |
children | 5e4d6faada34 |
line wrap: on
line source
#ifndef __TIMECONV_H #define __TIMECONV_H #ifdef __cplusplus extern "C" { #endif time_t fileTimeToUnixTime( const FILETIME *filetime, DWORD *remainder ); char * fileTimeToAscii (const FILETIME *filetime); struct tm * fileTimeToStructTM (const FILETIME *filetime); #ifdef __cplusplus } #endif #endif