aboutsummaryrefslogtreecommitdiff
path: root/libsylph/procheader.c
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/procheader.c')
-rw-r--r--libsylph/procheader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsylph/procheader.c b/libsylph/procheader.c
index 96cca15c..6c942e70 100644
--- a/libsylph/procheader.c
+++ b/libsylph/procheader.c
@@ -519,7 +519,7 @@ void procheader_get_header_fields(FILE *fp, HeaderEntry hentry[])
MsgInfo *procheader_parse_file(const gchar *file, MsgFlags flags,
gboolean full)
{
- struct stat s;
+ GStatBuf s;
FILE *fp;
MsgInfo *msginfo;