From e4c5340b370d5b28bf991fb8e5f4552f57761178 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sat, 21 May 2011 16:06:11 +0300 Subject: [PATCH] * mu-msg-part.h: make it C++-friendly --- src/mu-msg-part.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mu-msg-part.h b/src/mu-msg-part.h index 9711865f..4b150a14 100644 --- a/src/mu-msg-part.h +++ b/src/mu-msg-part.h @@ -24,6 +24,8 @@ #include +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__*/