diff src/lib-imap/imap-bodystructure.c @ 21629:4a61612dab4f

lib-imap: imap-bodystructure: Renamed imap_bodystructure_parse_header() to message_part_data_parse_from_header().
author Stephan Bosch <stephan.bosch@dovecot.fi>
date Sun, 23 Oct 2016 17:51:59 +0200
parents a22181aad13a
children 65907879d3d5
line wrap: on
line diff
--- a/src/lib-imap/imap-bodystructure.c	Sun Oct 23 17:27:07 2016 +0200
+++ b/src/lib-imap/imap-bodystructure.c	Sun Oct 23 17:51:59 2016 +0200
@@ -222,8 +222,9 @@
 	}
 }
 
-void imap_bodystructure_parse_header(pool_t pool, struct message_part *part,
-				     struct message_header_line *hdr)
+void message_part_data_parse_from_header(pool_t pool,
+	struct message_part *part,
+	struct message_header_line *hdr)
 {
 	struct message_part_data *part_data;
 	struct message_part_envelope_data *envelope;