diff src/timeconv.h @ 182:b65e8d0a088a

more cleanup on external names in the shared object file
author Carl Byington <carl@five-ten-sg.com>
date Mon, 13 Apr 2009 11:39:33 -0700
parents 6954d315aaa8
children e3a46f66332b
line wrap: on
line diff
--- a/src/timeconv.h	Fri Apr 10 13:10:14 2009 -0700
+++ b/src/timeconv.h	Mon Apr 13 11:39:33 2009 -0700
@@ -1,14 +1,14 @@
-#ifndef __TIMECONV_H
-#define __TIMECONV_H
+#ifndef __PST_TIMECONV_H
+#define __PST_TIMECONV_H
 
 #include "common.h"
 
 #ifdef __cplusplus
 extern "C" {
 #endif
-    time_t pst_fileTimeToUnixTime( const FILETIME *filetime, DWORD *remainder );
     char * pst_fileTimeToAscii (const FILETIME *filetime);
     struct tm * pst_fileTimeToStructTM (const FILETIME *filetime);
+    time_t pst_fileTimeToUnixTime( const FILETIME *filetime);
 #ifdef __cplusplus
 }
 #endif