* mu-msg-part.h: make it C++-friendly

This commit is contained in:
Dirk-Jan C. Binnema 2011-05-21 16:06:11 +03:00
parent 899d2633f3
commit e4c5340b37
1 changed files with 3 additions and 1 deletions

View File

@ -24,6 +24,8 @@
#include <glib.h>
G_BEGIN_DECLS
struct _MuMsgPart {
/* index of this message */
@ -175,6 +177,6 @@ typedef void (*MuMsgPartForeachFunc) (MuMsg*, MuMsgPart*, gpointer);
void mu_msg_part_foreach (MuMsg *msg, MuMsgPartForeachFunc func,
gpointer user_data);
G_END_DECLS
#endif /*__MU_MSG_PART_H__*/