summaryrefslogtreecommitdiffstats
path: root/src/e_pipes_next.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/e_pipes_next.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/e_pipes_next.h b/src/e_pipes_next.h
index f112313..b905e7d 100644
--- a/src/e_pipes_next.h
+++ b/src/e_pipes_next.h
@@ -17,7 +17,10 @@
# include "s_struct.h"
-void e_pipe_child(char fullpath[], unsigned char fp_ret, t_com *ptr, t_msh *msh);
+void e_pipe_child(char fullpath[],
+ unsigned char fp_ret,
+ t_com *ptr,
+ t_msh *msh);
size_t e_get_pipes_count(struct s_lpipes *ptr);
void e_close_unused_fds(int fd[256][2], size_t pipes);