]> git.sesse.net Git - vlc/blobdiff - src/control/libvlc_internal.h
libvlc_InternalAddIntf: remove the other boolean
[vlc] / src / control / libvlc_internal.h
index 2ed4d184a6628958c7659d78b35d65d1530c3cef..39b2d12b1ace630ba76650f1daad07a7daab1947 100644 (file)
@@ -44,7 +44,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 * ) );
 
 /***************************************************************************
  * Opaque structures for libvlc API