Mercurial > masqmail-0.2
comparison src/peopen.h @ 10:26e34ae9a3e3
changed indention and line wrapping to a more consistent style
author | meillo@marmaro.de |
---|---|
date | Mon, 27 Oct 2008 16:23:10 +0100 |
parents | 08114f7dcc23 |
children |
comparison
equal
deleted
inserted
replaced
9:31cc8a89cb74 | 10:26e34ae9a3e3 |
---|---|
1 FILE* peopen(const char *command, | 1 FILE *peopen(const char *command, const char *type, char *const envp[], int *ret_pid); |
2 const char *type, | |
3 char *const envp [], | |
4 int *ret_pid | |
5 ); | |
6 | 2 |
7 FILE* peidopen(const char *command, | 3 FILE *peidopen(const char *command, const char *type, char *const envp[], int *ret_pid, uid_t uid, gid_t gid); |
8 const char *type, | |
9 char *const envp [], | |
10 int *ret_pid, | |
11 uid_t uid, gid_t gid | |
12 ); | |
13 |