aboutsummaryrefslogtreecommitdiff
path: root/libsylph/procheader.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-04-18 06:26:43 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-04-18 06:26:43 +0000
commit26b2f9567dc0bd7b70e6cc66eee800a1e0d89b73 (patch)
tree3eb93151b98eabb35e7c52b7ea6e6a79648227bd /libsylph/procheader.h
parentd6433225cb188bace23a80686df3be09edaa6036 (diff)
wrapped time_t as stime_t. stime_t will be 32-bit on win32 for backward compatibility.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3386 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/procheader.h')
-rw-r--r--libsylph/procheader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libsylph/procheader.h b/libsylph/procheader.h
index 0260b45e..fa8095a6 100644
--- a/libsylph/procheader.h
+++ b/libsylph/procheader.h
@@ -91,11 +91,11 @@ MsgInfo *procheader_parse_stream (FILE *fp,
gchar *procheader_get_fromname (const gchar *str);
gchar *procheader_get_toname (const gchar *str);
-time_t procheader_date_parse (gchar *dest,
+stime_t procheader_date_parse (gchar *dest,
const gchar *src,
gint len);
void procheader_date_get_localtime (gchar *dest,
gint len,
- const time_t timer);
+ const stime_t timer);
#endif /* __PROCHEADER_H__ */