summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ft_s_struct.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ft_s_struct.h b/src/ft_s_struct.h
index b6804bf..58c4273 100644
--- a/src/ft_s_struct.h
+++ b/src/ft_s_struct.h
@@ -26,6 +26,13 @@
** 0: means no redirection
*/
+typedef struct s_lpipes
+{
+ char *com;
+ char **argv;
+ struct s_lpipes *next;
+} t_lpipes;
+
typedef struct s_lvars
{
char *name;