Mercurial > masqmail
comparison src/peopen.h @ 0:08114f7dcc23 0.2.21
this is masqmail-0.2.21 from oliver kurth
author | meillo@marmaro.de |
---|---|
date | Fri, 26 Sep 2008 17:05:23 +0200 |
parents | |
children | 26e34ae9a3e3 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:08114f7dcc23 |
---|---|
1 FILE* peopen(const char *command, | |
2 const char *type, | |
3 char *const envp [], | |
4 int *ret_pid | |
5 ); | |
6 | |
7 FILE* peidopen(const char *command, | |
8 const char *type, | |
9 char *const envp [], | |
10 int *ret_pid, | |
11 uid_t uid, gid_t gid | |
12 ); | |
13 |