]> git.sesse.net Git - vlc/blobdiff - include/vlc/libvlc_media_discoverer.h
libvlc media (list) player: remove a bunch of never raised exceptions
[vlc] / include / vlc / libvlc_media_discoverer.h
index dabf51a3bb1f2075e0a799a53a588fc58b6405fb..38392dd870901c9cdd5bdcafdd0c23ae951fc993 100644 (file)
 #ifndef VLC_LIBVLC_MEDIA_DISCOVERER_H
 #define VLC_LIBVLC_MEDIA_DISCOVERER_H 1
 
+# ifdef __cplusplus
+extern "C" {
+# endif
+
 /*****************************************************************************
  * Services/Media Discovery
  *****************************************************************************/
@@ -99,4 +103,8 @@ VLC_PUBLIC_API int
 
 /**@} */
 
+# ifdef __cplusplus
+}
+# endif
+
 #endif /* <vlc/libvlc.h> */