masqmail-0.2
diff src/peopen.h @ 0:08114f7dcc23
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 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/src/peopen.h Fri Sep 26 17:05:23 2008 +0200 1.3 @@ -0,0 +1,13 @@ 1.4 +FILE* peopen(const char *command, 1.5 + const char *type, 1.6 + char *const envp [], 1.7 + int *ret_pid 1.8 +); 1.9 + 1.10 +FILE* peidopen(const char *command, 1.11 + const char *type, 1.12 + char *const envp [], 1.13 + int *ret_pid, 1.14 + uid_t uid, gid_t gid 1.15 +); 1.16 +