]> git.sesse.net Git - vlc/blobdiff - src/control/libvlc_internal.h
libvlc_InternalAddIntf: remove useless options
[vlc] / src / control / libvlc_internal.h
index 68f7b1c7fdbfe55bcef7945602d4c03d476d8db3..4573f88fcc2af95ffa912ae41e1ca3b96091af2c 100644 (file)
@@ -47,8 +47,7 @@ VLC_EXPORT (int, libvlc_InternalInit, ( libvlc_int_t *, int, const char *ppsz_ar
 VLC_EXPORT (int, libvlc_InternalCleanup, ( libvlc_int_t * ) );
 VLC_EXPORT (int, libvlc_InternalDestroy, ( libvlc_int_t *, bool ) );
 
-VLC_EXPORT (int, libvlc_InternalAddIntf, ( libvlc_int_t *, const char *,
-                            bool, int, const char *const * ) );
+VLC_EXPORT (int, libvlc_InternalAddIntf, ( libvlc_int_t *, const char *, bool ) );
 
 /***************************************************************************
  * Opaque structures for libvlc API