]> git.sesse.net Git - vlc/blobdiff - include/vlc/libvlc.h
libvlc_add_intf: remove dummy exception parameter
[vlc] / include / vlc / libvlc.h
index 1fe6717d36229579f8fc41c9039d3f7fe2bc9b10..e96ffb5e349e5da576a4c1aef10531c0af1aefb2 100644 (file)
@@ -191,12 +191,10 @@ VLC_PUBLIC_API void libvlc_retain( libvlc_instance_t * );
  *
  * \param p_instance the instance
  * \param name interface name, or NULL for default
- * \param p_exception an initialized exception pointer
  * \return 0 on success, -1 on error.
  */
 VLC_PUBLIC_API
-int libvlc_add_intf( libvlc_instance_t *p_instance, const char *name,
-                     libvlc_exception_t *p_exception );
+int libvlc_add_intf( libvlc_instance_t *p_instance, const char *name );
 
 /**
  * Waits until an interface causes the instance to exit.