libpurple/protocols/jabber/jingle/rtp.c

branch
vv
changeset 26496
11e1e5221460
parent 26495
52846ebe1c7d
child 26499
759bf410db86
--- a/libpurple/protocols/jabber/jingle/rtp.c	Sat Mar 28 00:58:02 2009 +0000
+++ b/libpurple/protocols/jabber/jingle/rtp.c	Sun Mar 29 23:00:33 2009 +0000
@@ -444,7 +444,8 @@
 
 static void
 jingle_rtp_stream_info_cb(PurpleMedia *media, PurpleMediaInfoType type,
-		gchar *sid, gchar *name, JingleSession *session)
+		gchar *sid, gchar *name, gboolean local,
+		JingleSession *session)
 {
 	purple_debug_info("jingle-rtp", "stream-info: type %d "
 			"id: %s name: %s\n", type, sid, name);

mercurial