diff options
author | salad <fmoenne-@student.le-101.fr> | 2020-11-09 17:57:48 +0100 |
---|---|---|
committer | salad <fmoenne-@student.le-101.fr> | 2020-11-09 17:57:48 +0100 |
commit | b74d66ca6e9fe5ab557260e1d27299a8bd562640 (patch) | |
tree | f499009d361a959386340d719e0fd3da7a2891ce /src/s_struct.h | |
parent | ctrlc \ (diff) | |
download | 42-minishell-b74d66ca6e9fe5ab557260e1d27299a8bd562640.tar.gz 42-minishell-b74d66ca6e9fe5ab557260e1d27299a8bd562640.tar.bz2 42-minishell-b74d66ca6e9fe5ab557260e1d27299a8bd562640.tar.xz 42-minishell-b74d66ca6e9fe5ab557260e1d27299a8bd562640.tar.zst 42-minishell-b74d66ca6e9fe5ab557260e1d27299a8bd562640.zip |
hellyeah brother, norm not checked because fuck lazare, new file and msh->sig
Diffstat (limited to 'src/s_struct.h')
-rw-r--r-- | src/s_struct.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/s_struct.h b/src/s_struct.h index ee70a31..3461408 100644 --- a/src/s_struct.h +++ b/src/s_struct.h @@ -96,6 +96,7 @@ typedef struct s_msh struct s_lvars *vars; struct s_lalias *alias; int argc; + int sig; char **argv; char **envp; char *prev_hist; |