s/qmail  3.3.23
Next generation secure email transport
pathexec.h
Go to the documentation of this file.
1 #ifndef PATHEXEC_H
2 #define PATHEXEC_H
3 
4 void pathexec_run(char *,char **,char **);
5 int pathexec_env(char *,char *);
6 void pathexec(char **);
7 
8 #endif
void pathexec_run(char *, char **, char **)
Definition: pathexec_run.c:9
int pathexec_env(char *, char *)
Definition: pathexec_env.c:11
void pathexec(char **)
Definition: pathexec_env.c:23