]> git.sesse.net Git - vlc/blobdiff - src/control/core.c
Switch API smoke test to libvlc API
[vlc] / src / control / core.c
index 304fdb0dacbc5358531f5ef96a019f0d34e1673a..a079e2e6bfb6e4c9cdfe4394341d4d0084376994 100644 (file)
@@ -79,7 +79,7 @@ void libvlc_exception_raise( libvlc_exception_t *p_exception,
     p_exception->b_raised = 1;
 }
 
-libvlc_instance_t * libvlc_new( int argc, char **argv,
+libvlc_instance_t * libvlc_new( int argc, const char *const *argv,
                                 libvlc_exception_t *p_e )
 {
     libvlc_instance_t *p_new;