Commit a6d95142 authored by Keary Griffin's avatar Keary Griffin Committed by Rémi Denis-Courmont

export vlc_rename

Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent 4fe0627f
......@@ -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
......
......@@ -443,6 +443,7 @@ vlc_readdir
vlc_scandir
vlc_stat
vlc_unlink
vlc_rename
vlc_dup
utf8_vfprintf
var_AddCallback
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment