summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/jabber/jingle/libjingle/talk/third_party/mediastreamer/mediastream.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/jabber/jingle/libjingle/talk/third_party/mediastreamer/mediastream.h')
-rw-r--r--kopete/protocols/jabber/jingle/libjingle/talk/third_party/mediastreamer/mediastream.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/kopete/protocols/jabber/jingle/libjingle/talk/third_party/mediastreamer/mediastream.h b/kopete/protocols/jabber/jingle/libjingle/talk/third_party/mediastreamer/mediastream.h
index 4cf9f425..1b00f069 100644
--- a/kopete/protocols/jabber/jingle/libjingle/talk/third_party/mediastreamer/mediastream.h
+++ b/kopete/protocols/jabber/jingle/libjingle/talk/third_party/mediastreamer/mediastream.h
@@ -36,6 +36,9 @@
#endif
#include "msringplayer.h"
+#if defined(__cplusplus)
+extern "C" {
+#endif
struct _AudioStream
{
@@ -127,4 +130,8 @@ void video_preview_stop(VideoStream *stream);
#endif
+#if defined(__cplusplus)
+}
+#endif
+
#endif