[vlc-devel] vlm : char * to const char * ?

Sébastien Escudier sebastien-devel at celeos.eu
Thu Sep 11 17:33:10 CEST 2008



Hi

I would like to change char * in functions like :
void libvlc_vlm_add_broadcast( ... , char *psz_name, ...)
to const char *, as they are not modified.
It would avoid some applications using libvlc to convert constant char to non
const char when using such functions.

(plus, it could help compilers optimization).

Would you accept a patch for this ?

Regards



More information about the vlc-devel mailing list