Mercurial > libpst
view src/timeconv.h @ 189:dc807f71d9d2
Added tag stable-0-6-36 for changeset d588dafd03e8
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 14 Apr 2009 08:05:46 -0700 |
parents | b65e8d0a088a |
children | e3a46f66332b |
line wrap: on
line source
#ifndef __PST_TIMECONV_H #define __PST_TIMECONV_H #include "common.h" #ifdef __cplusplus extern "C" { #endif char * pst_fileTimeToAscii (const FILETIME *filetime); struct tm * pst_fileTimeToStructTM (const FILETIME *filetime); time_t pst_fileTimeToUnixTime( const FILETIME *filetime); #ifdef __cplusplus } #endif #endif