aboutsummaryrefslogtreecommitdiff
path: root/libsylph/procmsg.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-09-06 07:54:53 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-09-06 07:54:53 +0000
commit23694212858b9925ce1546b042dbdbf21c84de3d (patch)
treec1992f40e530b98b0bd3dd4470d13f14230ad31a /libsylph/procmsg.h
parent77219caf8da3fc8604ee3b0dcaafb69269a40b20 (diff)
don't use off_t in struct.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1146 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/procmsg.h')
-rw-r--r--libsylph/procmsg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsylph/procmsg.h b/libsylph/procmsg.h
index 32172142..c349d7b5 100644
--- a/libsylph/procmsg.h
+++ b/libsylph/procmsg.h
@@ -169,7 +169,7 @@ struct _MsgFlags
struct _MsgInfo
{
guint msgnum;
- off_t size;
+ gsize size;
time_t mtime;
time_t date_t;