]> git.sesse.net Git - vlc/blobdiff - include/main.h
Changing the order of parameters may be needed, but changing the parameters themselve...
[vlc] / include / main.h
index 69e290db184f41933835c5e13a9daebdc65495e4..29e90605d60bce7bbea3e5ed61948ab8c04ef905 100644 (file)
@@ -37,7 +37,7 @@ struct libvlc_int_t
 
     /* Global properties */
     int                    i_argc;           ///< command line arguments count
-    char **                ppsz_argv;        ///< command line arguments
+    const char **          ppsz_argv;        ///< command line arguments
 
     char *                 psz_homedir;      ///< user's home directory
     char *                 psz_configdir;    ///< user's configuration directory