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