]> git.sesse.net Git - vlc/commitdiff
* vlc_stream.h: added missing extern "C" (prevented compilation of skins2
authorCyril Deguet <asmax@videolan.org>
Sun, 1 May 2005 15:17:40 +0000 (15:17 +0000)
committerCyril Deguet <asmax@videolan.org>
Sun, 1 May 2005 15:17:40 +0000 (15:17 +0000)
  module in builtin mode)

include/vlc_stream.h

index 84e78034b84192de8abf1fb203080fc4a7440208..0434f81c7acdbf280823520ac3ed20c0e4c4b3fa 100644 (file)
 #ifndef _VLC_STREAM_H
 #define _VLC_STREAM_H 1
 
+# ifdef __cplusplus
+extern "C" {
+# endif
+
 /**
  * \defgroup stream Stream
  *
@@ -205,4 +209,8 @@ VLC_EXPORT( stream_t *,__stream_UrlNew, (vlc_object_t *p_this, const char *psz_u
  * @}
  */
 
+# ifdef __cplusplus
+}
+# endif
+
 #endif