Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

timeconv.h

Go to the documentation of this file.
00001 #ifndef __PST_TIMECONV_H
00002 #define __PST_TIMECONV_H
00003 
00004 #include "common.h"
00005 
00006 #ifdef __cplusplus
00007 extern "C" {
00008 #endif
00009     char * pst_fileTimeToAscii (const FILETIME *filetime);
00010     struct tm * pst_fileTimeToStructTM (const FILETIME *filetime);
00011     time_t pst_fileTimeToUnixTime( const FILETIME *filetime);
00012 #ifdef __cplusplus
00013 }
00014 #endif
00015 
00016 #endif

Generated on Fri Apr 17 13:00:34 2009 for libpst.so.2 by  doxygen 1.3.9.1