libpurple/protocols/jabber/jingle/rtp.h

changeset 39494
f68a311bc10d
parent 36889
4dfe09057bed
child 39552
24d7baa6fcf9
--- a/libpurple/protocols/jabber/jingle/rtp.h	Mon Mar 18 22:56:37 2019 -0500
+++ b/libpurple/protocols/jabber/jingle/rtp.h	Wed Mar 20 00:32:08 2019 -0500
@@ -49,8 +49,6 @@
 typedef struct _JingleRtp JingleRtp;
 /** @copydoc _JingleRtpClass */
 typedef struct _JingleRtpClass JingleRtpClass;
-/** @copydoc _JingleRtpPrivate */
-typedef struct _JingleRtpPrivate JingleRtpPrivate;
 
 /** The rtp class */
 struct _JingleRtpClass
@@ -62,7 +60,6 @@
 struct _JingleRtp
 {
 	JingleContent parent;                /**< The parent of this object. */
-	JingleRtpPrivate *priv;      /**< The private data of this object. */
 };
 
 /**
@@ -75,7 +72,7 @@
 /**
  * Registers the JingleRtp type in the type system.
  */
-void jingle_rtp_register_type(PurplePlugin *plugin);
+void jingle_rtp_register(PurplePlugin *plugin);
 
 gchar *jingle_rtp_get_media_type(JingleContent *content);
 gchar *jingle_rtp_get_ssrc(JingleContent *content);

mercurial