From 23694212858b9925ce1546b042dbdbf21c84de3d Mon Sep 17 00:00:00 2001 From: hiro Date: Wed, 6 Sep 2006 07:54:53 +0000 Subject: don't use off_t in struct. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1146 ee746299-78ed-0310-b773-934348b2243d --- libsylph/procmsg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libsylph/procmsg.h') 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; -- cgit v1.2.3