libpurple/protocols/jabber/jingle/rtp.h

changeset 33632
78c026f584bd
parent 28322
ac8fec1d2234
child 36889
4dfe09057bed
--- a/libpurple/protocols/jabber/jingle/rtp.h	Thu Jan 17 04:45:01 2013 -0500
+++ b/libpurple/protocols/jabber/jingle/rtp.h	Thu Jan 17 05:00:00 2013 -0500
@@ -65,10 +65,6 @@
 	JingleRtpPrivate *priv;      /**< The private data of this object. */
 };
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 /**
  * Gets the rtp class's GType
  *
@@ -84,10 +80,6 @@
 				   PurpleMediaSessionType type);
 void jingle_rtp_terminate_session(JabberStream *js, const gchar *who);
 
-#ifdef __cplusplus
-}
-#endif
-
 G_END_DECLS
 
 #endif /* USE_VV */

mercurial