]> git.sesse.net Git - vlc/blobdiff - include/vlc/libvlc.h
libvlc_release(): removes unused exception
[vlc] / include / vlc / libvlc.h
index 8278c2da86f5cb7605894c0a77b2e8c591b40f77..4d8df140873b24a67dc468b5924bd634f87a1208 100644 (file)
@@ -123,7 +123,7 @@ VLC_PUBLIC_API int libvlc_get_vlc_id( libvlc_instance_t *p_instance );
  * if it reaches zero.
  * \param p_instance the instance to destroy
  */
-VLC_PUBLIC_API void libvlc_release( libvlc_instance_t *, libvlc_exception_t * );
+VLC_PUBLIC_API void libvlc_release( libvlc_instance_t * );
 
 /**
  * Increments the reference count of a libvlc instance.