From: RĂ©mi Duraffort Date: Wed, 16 Jan 2008 17:19:26 +0000 (+0000) Subject: I forgot this part in the previous commit. X-Git-Tag: 0.9.0-test0~3428 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=fe9b8150f2a0e8e0248bd9786438bc7e4d548ed4;p=vlc I forgot this part in the previous commit. --- diff --git a/include/vlc_charset.h b/include/vlc_charset.h index 462700a955..d3d4008fdd 100644 --- a/include/vlc_charset.h +++ b/include/vlc_charset.h @@ -46,6 +46,7 @@ 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, mode_t mode ) ); +VLC_EXPORT( int, utf8_unlink, ( const char *filename ) ); #ifdef WIN32 # define stat _stati64