masqmail-0.2

view src/peopen.h @ 7:969bc91ff13b

removed docs from Makefiles; stuff about last commit
author meillo@marmaro.de
date Mon, 27 Oct 2008 14:51:31 +0100
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 );