]> git.sesse.net Git - vlc/blobdiff - include/vlc_charset.h
Use the services_discovery_GetServicesNames() function in the qt4 and wxwidgets ...
[vlc] / include / vlc_charset.h
index e15a54a2d4f559a95b71960a8cffda3940037e01..462700a955b73c6870037fd66450885b73fb8c98 100644 (file)
@@ -45,7 +45,7 @@ VLC_EXPORT( DIR *, utf8_opendir, ( const char *dirname ) );
 VLC_EXPORT( char *, utf8_readdir, ( DIR *dir ) );
 VLC_EXPORT( int, utf8_loaddir, ( DIR *dir, char ***namelist, int (*select)( const char * ), int (*compar)( const char **, const char ** ) ) );
 VLC_EXPORT( int, utf8_scandir, ( const char *dirname, char ***namelist, int (*select)( const char * ), int (*compar)( const char **, const char ** ) ) );
-VLC_EXPORT( int, utf8_mkdir, ( const char *filename ) );
+VLC_EXPORT( int, utf8_mkdir, ( const char *filename, mode_t mode ) );
 
 #ifdef WIN32
 # define stat _stati64