48int vlc_spawn(pid_t *pid,
const char *file,
const int *fdv,
49 const char *
const *argv);
76int vlc_spawnp(pid_t *pid,
const char *path,
const int *fdv,
77 const char *
const *argv);
#define VLC_USED
Definition: fourcc_gen.c:32
#define VLC_API
Definition: fourcc_gen.c:31
int vlc_spawn(pid_t *pid, const char *file, const int *fdv, const char *const *argv)
Spawn a child process (by file name).
Definition: missing.c:290
int vlc_waitpid(pid_t pid)
Waits for a child process.
Definition: missing.c:306
int vlc_spawnp(pid_t *pid, const char *path, const int *fdv, const char *const *argv)
Spawn a child process.
Definition: missing.c:298
This file is a collection of common definitions and types.