]> git.sesse.net Git - vlc/blobdiff - include/vlc/libvlc_media_library.h
libvlc: add some missing 'extern "C"'
[vlc] / include / vlc / libvlc_media_library.h
index c7a5772eb8aeceed4df1c57eb262ad5fa01d991c..5325d5d58a88b2dd7dd15bec7f567100e3b3c849 100644 (file)
 #ifndef VLC_LIBVLC_MEDIA_LIBRARY_H
 #define VLC_LIBVLC_MEDIA_LIBRARY_H 1
 
+# ifdef __cplusplus
+extern "C" {
+# endif
+
 /*****************************************************************************
  * Media Library
  *****************************************************************************/
@@ -106,4 +110,8 @@ VLC_PUBLIC_API libvlc_media_list_t *
 
 /** @} */
 
+# ifdef __cplusplus
+}
+# endif
+
 #endif /* VLC_LIBVLC_MEDIA_LIBRARY_H */