aboutsummaryrefslogtreecommitdiff
path: root/libsylph/utils.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-11-02 09:26:54 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-11-02 09:26:54 +0000
commit243e6b84eb31ffd7d1def387ad2c2ec471049aaa (patch)
treef69b065208f537920cb7634c96b4f9ac77896b32 /libsylph/utils.h
parente667a6f3d8c6514878e184b1c8541cb5f31083d8 (diff)
more fix for UID more than INT_MAX.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2327 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 c43f690f..616a87e0 100644
--- a/libsylph/utils.h
+++ b/libsylph/utils.h
@@ -222,6 +222,8 @@ gint to_number (const gchar *nstr);
gchar *itos_buf (gchar *nstr,
gint n);
gchar *itos (gint n);
+gchar *utos_buf (gchar *nstr,
+ guint n);
gchar *to_human_readable (gint64 size);
/* alternative string functions */