Mercurial > libpst
comparison timeconv.c @ 1:43e8802f08c5 debian libpst_0_5_1
imported from debian 0.5.1
author | carl |
---|---|
date | Thu, 23 Dec 2004 11:17:37 -0800 |
parents | 6b1b602514db |
children |
comparison
equal
deleted
inserted
replaced
0:6b1b602514db | 1:43e8802f08c5 |
---|---|
11 * Do not use this one | 11 * Do not use this one |
12 */ | 12 */ |
13 | 13 |
14 #include <time.h> | 14 #include <time.h> |
15 #include "common.h" | 15 #include "common.h" |
16 #include "timeconv.h" | |
16 | 17 |
17 time_t fileTimeToUnixTime( const FILETIME *filetime, DWORD *remainder ); | 18 time_t fileTimeToUnixTime( const FILETIME *filetime, DWORD *remainder ); |
18 char * fileTimeToAscii (const FILETIME *filetime); | 19 char * fileTimeToAscii (const FILETIME *filetime); |
19 | 20 |
20 char * fileTimeToAscii (const FILETIME *filetime) { | 21 char * fileTimeToAscii (const FILETIME *filetime) { |