Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
d8a9e80f
Commit
d8a9e80f
authored
Jul 21, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix config_IsSafe() declaration warning
Signed-off-by:
Rémi Denis-Courmont
<
remi@remlab.net
>
parent
53fbcade
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
src/config/configuration.h
src/config/configuration.h
+2
-0
src/libvlc.h
src/libvlc.h
+0
-2
src/misc/variables.c
src/misc/variables.c
+1
-0
No files found.
src/config/configuration.h
View file @
d8a9e80f
...
...
@@ -61,6 +61,8 @@ static inline bool IsConfigFloatType (int type)
extern
vlc_rwlock_t
config_lock
;
bool
config_IsSafe
(
const
char
*
);
/* The configuration file */
#define CONFIG_FILE "vlcrc"
...
...
src/libvlc.h
View file @
d8a9e80f
...
...
@@ -235,8 +235,6 @@ extern const size_t libvlc_config_count;
* Variables stuff
*/
void
var_OptionParse
(
vlc_object_t
*
,
const
char
*
,
bool
trusted
);
bool
config_IsSafe
(
const
char
*
);
/*
* Stats stuff
...
...
src/misc/variables.c
View file @
d8a9e80f
...
...
@@ -37,6 +37,7 @@
#endif
#include "libvlc.h"
#include "config/configuration.h"
#include <assert.h>
#include <math.h>
...
...
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