Mercurial > libpst
view src/timeconv.h @ 86:7d8cc1712221
Added tag stable-0-6-15 for changeset 582e927756d3
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 30 Jul 2008 22:27:08 -0700 |
parents | c508ee15dfca |
children | 0f1492b7fe8b |
line wrap: on
line source
#ifndef __TIMECONV_H #define __TIMECONV_H #include "common.h" #include <time.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