Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gautam Chitnis
web-ui-redesign
Commits
cafb1863
Commit
cafb1863
authored
Mar 24, 2007
by
Rémi Denis-Courmont
Browse files
Forgot this file
parent
ef9815af
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/vlc_common.h
View file @
cafb1863
...
...
@@ -1138,7 +1138,7 @@ VLC_EXPORT( size_t, vlc_iconv, ( vlc_iconv_t, const char **, size_t *, char **,
VLC_EXPORT
(
int
,
vlc_iconv_close
,
(
vlc_iconv_t
)
);
/* execve wrapper (defined in src/extras/libc.c) */
VLC_EXPORT
(
int
,
__vlc_execve
,
(
vlc_object_t
*
p_object
,
int
i_argc
,
char
**
pp_argv
,
char
**
pp_env
,
char
*
psz_cwd
,
char
*
p_in
,
in
t
i_in
,
char
**
pp_data
,
in
t
*
pi_data
)
);
VLC_EXPORT
(
int
,
__vlc_execve
,
(
vlc_object_t
*
p_object
,
int
i_argc
,
char
*
const
*
pp_argv
,
char
*
const
*
pp_env
,
const
char
*
psz_cwd
,
const
char
*
p_in
,
size_
t
i_in
,
char
**
pp_data
,
size_
t
*
pi_data
)
);
#define vlc_execve(a,b,c,d,e,f,g,h,i) __vlc_execve(VLC_OBJECT(a),b,c,d,e,f,g,h,i)
/*****************************************************************************
...
...
Write
Preview
Supports
Markdown
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