From d9b5f2514aa4fb340698ef60155686310bd85559 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sun, 12 Sep 2010 16:26:02 +0300 Subject: [PATCH] * mu-msg-contact: use the G_(BEGIN|END)_DECLS so it can be used from c++ --- src/mu-msg-contact.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mu-msg-contact.h b/src/mu-msg-contact.h index dcfeee60..b81db37d 100644 --- a/src/mu-msg-contact.h +++ b/src/mu-msg-contact.h @@ -23,6 +23,8 @@ #include #include "mu-msg.h" +G_BEGIN_DECLS + enum _MuMsgContactType { /* Reply-To:? */ MU_MSG_CONTACT_TYPE_TO, MU_MSG_CONTACT_TYPE_FROM, @@ -91,5 +93,6 @@ typedef gboolean (*MuMsgContactForeachFunc) (MuMsgContact* contact, void mu_msg_contact_foreach (MuMsg *msg, MuMsgContactForeachFunc func, gpointer user_data); +G_END_DECLS #endif /*__MU_MSG_CONTACT_H__*/