Don't bother parsing headers when we want to skip them
[claws.git] / src / procheader.h
index 0588f305e2348ae82c26b91da310e5a1e25ce0bf..50e6c556ba3e54974ab8cf46b7839f52452a1b3c 100644 (file)
@@ -51,6 +51,8 @@ GPtrArray *procheader_get_header_array_asis   (FILE           *fp);
 void procheader_header_array_destroy           (GPtrArray      *harray);
 void procheader_header_free                    (Header         *header);
 
+gboolean procheader_skip_headers(FILE *fp);
+
 void procheader_get_header_fields      (FILE           *fp,
                                         HeaderEntry     hentry[]);
 MsgInfo *procheader_parse_file         (const gchar    *file,