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 wrap: on
line diff
--- a/src/peopen.h	Mon Oct 27 16:21:27 2008 +0100
+++ b/src/peopen.h	Mon Oct 27 16:23:10 2008 +0100
@@ -1,13 +1,3 @@
-FILE* peopen(const char	*command,
-	     const char	*type,
-	     char *const envp [],
-	     int *ret_pid
-);
+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
-);
-
+FILE *peidopen(const char *command, const char *type, char *const envp[], int *ret_pid, uid_t uid, gid_t gid);