export vlc_rename

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
This commit is contained in:
Keary Griffin 2010-03-30 19:48:42 -04:00 committed by Rémi Denis-Courmont
parent 4fe0627faa
commit a6d9514276
2 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,7 @@ VLC_EXPORT( int, vlc_scandir, ( const char *dirname, char ***namelist, int (*sel
VLC_EXPORT( int, vlc_mkdir, ( const char *filename, mode_t mode ) );
VLC_EXPORT( int, vlc_unlink, ( const char *filename ) );
/* Not exported */
int vlc_rename( const char *, const char * );
VLC_EXPORT( int, vlc_rename, ( const char *oldpath, const char *newpath ) );
#if defined( WIN32 ) && !defined( UNDER_CE )
# define stat _stati64

View File

@ -443,6 +443,7 @@ vlc_readdir
vlc_scandir
vlc_stat
vlc_unlink
vlc_rename
vlc_dup
utf8_vfprintf
var_AddCallback