]> git.sesse.net Git - vlc/blobdiff - src/libvlc.h
system_Configure: remove unused indirection
[vlc] / src / libvlc.h
index 777d81d9f222cb6f5e48d65077168928dcac9a89..2a95283b40a0f3853508d954f0f2c83507df7912 100644 (file)
@@ -42,7 +42,7 @@ extern void vlc_DeinitActions (libvlc_int_t *);
  * OS-specific initialization
  */
 void system_Init      ( libvlc_int_t *, int *, const char *[] );
-void system_Configure ( libvlc_int_t *, int *, const char *[] );
+void system_Configure ( libvlc_int_t *, int, const char *const [] );
 void system_End       ( libvlc_int_t * );
 
 /*