]> git.sesse.net Git - vlc/blobdiff - src/libvlc.c
Changing the order of parameters may be needed, but changing the parameters themselve...
[vlc] / src / libvlc.c
index 00cc81d9e0819e7fc47e978cb18774e8b9ca20b0..d62a2a9e5a1896f93b4082384b69e8e346e28b21 100644 (file)
@@ -115,7 +115,7 @@ int VLC_Create( void )
  *  - message queue, module bank and playlist initialization
  *  - configuration and commandline parsing
  *****************************************************************************/
-int VLC_Init( int i_object, int i_argc, char *ppsz_argv[] )
+int VLC_Init( int i_object, int i_argc, const char *ppsz_argv[] )
 {
     int i_ret;
     LIBVLC_FUNC;