aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/gossip-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/gossip-utils.h')
-rw-r--r--libempathy/gossip-utils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libempathy/gossip-utils.h b/libempathy/gossip-utils.h
index ee093fe65..e1e9baeed 100644
--- a/libempathy/gossip-utils.h
+++ b/libempathy/gossip-utils.h
@@ -32,6 +32,8 @@
#include <libxml/parser.h>
#include <libxml/tree.h>
+#include <libmissioncontrol/mission-control.h>
+
#include "gossip-contact.h"
G_BEGIN_DECLS
@@ -87,6 +89,8 @@ guint gossip_account_hash (gconstpointer key);
gboolean gossip_account_equal (gconstpointer a,
gconstpointer b);
GossipContact * gossip_get_own_contact_from_contact (GossipContact *contact);
+MissionControl *gossip_mission_control_new (void);
+
G_END_DECLS
#endif /* __GOSSIP_UTILS_H__ */