ezmlmx
0.68
ezmlmx
Loading...
Searching...
No Matches
ezmlmx-0.68
src
wrap_execsh.c
Go to the documentation of this file.
1
#include "
wrap.h
"
2
8
9
void
wrap_execsh
(
const
char
*
command
)
10
{
11
const
char
*args[4];
12
args[0] =
"/bin/sh"
;
13
args[1] =
"-c"
;
14
args[2] =
command
;
15
args[3] = 0;
16
wrap_execv
(args);
17
}
wrap.h
wrap_execv
void wrap_execv(const char **argv)
Definition
wrap_execv.c:25
command
char * command
Definition
ezmlm-request.c:55
wrap_execsh
void wrap_execsh(const char *command)
Definition
wrap_execsh.c:9
Generated on
for ezmlmx by
1.14.0