Mercurial > libpst
view timeconv.h @ 5:3e9cea0af4a1
add pst2ldif back after merge from newer vendor branch
author | carl |
---|---|
date | Thu, 23 Dec 2004 11:42:34 -0800 |
parents | 6b1b602514db |
children |
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