]> git.sesse.net Git - vlc/blobdiff - include/vlc/vlc.h
Changing the order of parameters may be needed, but changing the parameters themselve...
[vlc] / include / vlc / vlc.h
index 06f3f0b4f3da0e079eee6bdbe57636fed3bbfe95..d8e00dcd9e3b4a78478704b10d5e96d01feac040 100644 (file)
@@ -250,7 +250,7 @@ VLC_PUBLIC_API int     VLC_Create( void );
  *  \param ppsz_argv an array of arguments
  *  \return VLC_SUCCESS on success
  */
-VLC_PUBLIC_API int     VLC_Init( int, int, char *[] );
+VLC_PUBLIC_API int     VLC_Init( int, int, const char *[] );
 
 /**
  * Add an interface