masqmail-0.2

view 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 source
1 FILE* peopen(const char *command,
2 const char *type,
3 char *const envp [],
4 int *ret_pid
5 );
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 );