]> git.sesse.net Git - vlc/blobdiff - include/vlc/libvlc.h
Switch API smoke test to libvlc API
[vlc] / include / vlc / libvlc.h
index 0edc26cf51fd11a455951d99d5d5493a068528d4..72627c2314c81eda6029dbc69b4e9d23fbea4d95 100644 (file)
@@ -107,7 +107,8 @@ libvlc_exception_get_message( const libvlc_exception_t *p_exception );
  * \param argv command-line-type arguments
  * \param exception an initialized exception pointer
  */
-VLC_PUBLIC_API libvlc_instance_t * libvlc_new( int , char **, libvlc_exception_t *);
+VLC_PUBLIC_API libvlc_instance_t *
+libvlc_new( int , const char *const *, libvlc_exception_t *);
 
 /**
  * Returns a libvlc instance identifier for legacy APIs. Use of this