Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
7d1d75f3
Commit
7d1d75f3
authored
May 24, 2008
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vlc_fix_readdir: declare internally
parent
ff02bf90
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
1 deletion
+2
-1
include/vlc_charset.h
include/vlc_charset.h
+0
-1
src/libvlc.h
src/libvlc.h
+1
-0
src/text/charset.c
src/text/charset.c
+1
-0
No files found.
include/vlc_charset.h
View file @
7d1d75f3
...
...
@@ -76,7 +76,6 @@ static inline char *FromWide (const wchar_t *wide)
}
#endif
VLC_INTERNAL
(
char
*
,
vlc_fix_readdir
,
(
const
char
*
)
);
VLC_INTERNAL
(
bool
,
vlc_current_charset
,
(
char
**
)
);
VLC_EXPORT
(
const
char
*
,
GetFallbackEncoding
,
(
void
)
);
...
...
src/libvlc.h
View file @
7d1d75f3
...
...
@@ -111,6 +111,7 @@ void msg_StackDestroy (void *);
/*
* Unicode stuff
*/
char
*
vlc_fix_readdir
(
const
char
*
);
/*
* LibVLC objects stuff
...
...
src/text/charset.c
View file @
7d1d75f3
...
...
@@ -56,6 +56,7 @@
# include <xlocale.h>
#endif
#include "libvlc.h"
#include <vlc_charset.h>
typedef
struct
VLCCharsetAlias
...
...
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