masqmail-0.2

diff 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
line diff
     1.1 --- a/src/peopen.h	Mon Oct 27 16:21:27 2008 +0100
     1.2 +++ b/src/peopen.h	Mon Oct 27 16:23:10 2008 +0100
     1.3 @@ -1,13 +1,3 @@
     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 +FILE *peopen(const char *command, const char *type, char *const envp[], int *ret_pid);
    1.10  
    1.11 -FILE* peidopen(const char	*command,
    1.12 -	       const char	*type,
    1.13 -	       char *const envp [],
    1.14 -	       int *ret_pid,
    1.15 -	       uid_t uid, gid_t gid
    1.16 -);
    1.17 -
    1.18 +FILE *peidopen(const char *command, const char *type, char *const envp[], int *ret_pid, uid_t uid, gid_t gid);