]> git.sesse.net Git - vlc/blobdiff - src/control/libvlc_internal.h
libvlc_InternalAddInft: Remove unused b_block parameter
[vlc] / src / control / libvlc_internal.h
index fa4c68bf791df288798afebe9105a7f84399d7fa..68f7b1c7fdbfe55bcef7945602d4c03d476d8db3 100644 (file)
@@ -47,7 +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,
+VLC_EXPORT (int, libvlc_InternalAddIntf, ( libvlc_int_t *, const char *,
                             bool, int, const char *const * ) );
 
 /***************************************************************************