libpurple/protocols/jabber/jingle/rawudp.h

changeset 33632
78c026f584bd
parent 33631
21775fb6957a
child 34935
686fa55b0deb
--- a/libpurple/protocols/jabber/jingle/rawudp.h	Thu Jan 17 04:45:01 2013 -0500
+++ b/libpurple/protocols/jabber/jingle/rawudp.h	Thu Jan 17 05:00:00 2013 -0500
@@ -77,10 +77,6 @@
 				 * about this candidate */
 };
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 GType jingle_rawudp_candidate_get_type(void);
 
 /**
@@ -93,10 +89,6 @@
 JingleRawUdpCandidate *jingle_rawudp_candidate_new(const gchar *id,
 		guint generation, guint component, const gchar *ip, guint port);
 
-#ifdef __cplusplus
-}
-#endif
-
 G_END_DECLS
 
 #endif /* PURPLE_JABBER_JINGLE_RAWUDP_H */

mercurial