Mercurial > masqmail
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 | 08114f7dcc23 |
children | 26e34ae9a3e3 |
line wrap: on
line source
FILE* peopen(const char *command, const char *type, char *const envp [], int *ret_pid ); FILE* peidopen(const char *command, const char *type, char *const envp [], int *ret_pid, uid_t uid, gid_t gid );