diff src/lib-imap/imap-bodystructure.c @ 7912:81806d402514 HEAD

Added more consts, ATTR_CONSTs and ATTR_PUREs.
author Timo Sirainen <tss@iki.fi>
date Fri, 20 Jun 2008 10:41:44 +0300
parents e6693a0ec8e1
children e787f6cae97c
line wrap: on
line diff
--- a/src/lib-imap/imap-bodystructure.c	Fri Jun 20 10:41:27 2008 +0300
+++ b/src/lib-imap/imap-bodystructure.c	Fri Jun 20 10:41:44 2008 +0300
@@ -446,9 +446,9 @@
 	}
 }
 
-bool imap_bodystructure_is_plain_7bit(struct message_part *part)
+bool imap_bodystructure_is_plain_7bit(const struct message_part *part)
 {
-	struct message_part_body_data *data = part->context;
+	const struct message_part_body_data *data = part->context;
 
 	i_assert(part->parent == NULL);