diff options
Diffstat (limited to 'include/command.h')
| -rw-r--r-- | include/command.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/command.h b/include/command.h index 3df724b..f44c103 100644 --- a/include/command.h +++ b/include/command.h @@ -15,10 +15,10 @@ typedef struct command { char *infile; char *outfile; struct command *next; + struct command *prev; pid_t pid; int pipe[2]; - int *read_pipe; char *args[MAX_ARGUMENT_CNT + 2]; } command; |