]> git.sesse.net Git - vlc/blobdiff - src/control/libvlc_internal.h
* const and a few other casting fixes
[vlc] / src / control / libvlc_internal.h
index 6af7e53ab8916887193099fb1b4f6f8f40fd6b49..7769538c973dbfc6322c181d597de40ea651d44f 100644 (file)
@@ -34,7 +34,7 @@ extern "C" {
 /***************************************************************************
  * Internal creation and destruction functions
  ***************************************************************************/
-libvlc_int_t *libvlc_InternalCreate();
+libvlc_int_t *libvlc_InternalCreate( void );
 int libvlc_InternalInit( libvlc_int_t *, int, char *ppsz_argv[] );
 int libvlc_InternalCleanup( libvlc_int_t * );
 int libvlc_InternalDestroy( libvlc_int_t *, vlc_bool_t );