]> git.sesse.net Git - vlc/blobdiff - include/vlc_charset.h
I forgot this part in the previous commit.
[vlc] / include / vlc_charset.h
index 462700a955b73c6870037fd66450885b73fb8c98..d3d4008fdd9a9a0a9d0016661ecb58c97a6fdeaa 100644 (file)
@@ -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