Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
a6d95142
Commit
a6d95142
authored
Mar 30, 2010
by
Keary Griffin
Committed by
Rémi Denis-Courmont
Mar 31, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
export vlc_rename
Signed-off-by:
Rémi Denis-Courmont
<
remi@remlab.net
>
parent
4fe0627f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
include/vlc_fs.h
include/vlc_fs.h
+1
-2
src/libvlccore.sym
src/libvlccore.sym
+1
-0
No files found.
include/vlc_fs.h
View file @
a6d95142
...
...
@@ -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
...
...
src/libvlccore.sym
View file @
a6d95142
...
...
@@ -443,6 +443,7 @@ vlc_readdir
vlc_scandir
vlc_stat
vlc_unlink
vlc_rename
vlc_dup
utf8_vfprintf
var_AddCallback
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment