aboutsummaryrefslogtreecommitdiff
path: root/libsylph/utils.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-10-16 09:36:09 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-10-16 09:36:09 +0000
commitf6d16c6fd8ab5d57df740a5eff90dbfd4bbe9ccf (patch)
tree05cf42a3c56e9976e39198c2b6b0239188165dc6 /libsylph/utils.h
parent441fdff85f0b2887e2e7206101822da822193b3c (diff)
made tzoffset related functions thread-safe.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2287 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/utils.h')
-rw-r--r--libsylph/utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsylph/utils.h b/libsylph/utils.h
index aca5351e..c43f690f 100644
--- a/libsylph/utils.h
+++ b/libsylph/utils.h
@@ -485,6 +485,8 @@ gint open_uri(const gchar *uri, const gchar *cmdline);
/* time functions */
time_t remote_tzoffset_sec (const gchar *zone);
time_t tzoffset_sec (time_t *now);
+gchar *tzoffset_buf (gchar *buf,
+ time_t *now);
gchar *tzoffset (time_t *now);
void get_rfc822_date (gchar *buf,
gint len);