]> git.sesse.net Git - vlc/blobdiff - src/control/libvlc_internal.h
Freetype version bump ( regressions fixes)
[vlc] / src / control / libvlc_internal.h
index 2ed4d184a6628958c7659d78b35d65d1530c3cef..a291858b20877e78c6e8d43e7666e42e60548151 100644 (file)
@@ -42,9 +42,9 @@
 VLC_EXPORT (libvlc_int_t *, libvlc_InternalCreate, ( void ) );
 VLC_EXPORT (int, libvlc_InternalInit, ( libvlc_int_t *, int, const char *ppsz_argv[] ) );
 VLC_EXPORT (int, libvlc_InternalCleanup, ( libvlc_int_t * ) );
-VLC_EXPORT (int, libvlc_InternalDestroy, ( libvlc_int_t *, bool ) );
+VLC_EXPORT (int, libvlc_InternalDestroy, ( libvlc_int_t * ) );
 
-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