ezmlmx 0.68
ezmlmx
Loading...
Searching...
No Matches
wrap.h
Go to the documentation of this file.
1#ifndef WRAP_H
2#define WRAP_H
3
4struct stralloc;
5struct stat;
6
7extern void wrap_execbin(const char *program,
8 struct stralloc *opts,
9 const char *dir);
10extern void wrap_execsh(const char *command);
11extern void wrap_execv(const char **argv);
12extern void wrap_execvp(const char **argv);
13extern void wrap_exitcode(int pid);
14extern int wrap_fork(void);
15extern int wrap_waitpid(int pid);
16extern int wrap_stat(const char *fn,struct stat *st);
17
18#endif
void wrap_execsh(const char *command)
Definition wrap_execsh.c:9
void wrap_exitcode(int pid)
void wrap_execvp(const char **argv)
Definition wrap_execv.c:30
int wrap_fork(void)
Definition wrap_fork.c:15
int wrap_waitpid(int pid)
void wrap_execv(const char **argv)
Definition wrap_execv.c:25
void wrap_execbin(const char *program, struct stralloc *opts, const char *dir)
int wrap_stat(const char *fn, struct stat *st)
Definition wrap_stat.c:17
stralloc fn
char * dir
char * command
int pid
Definition ezmlm-store.c:66