From fe9b8150f2a0e8e0248bd9786438bc7e4d548ed4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Duraffort?= Date: Wed, 16 Jan 2008 17:19:26 +0000 Subject: [PATCH] I forgot this part in the previous commit. --- include/vlc_charset.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2