summaryrefslogtreecommitdiffstats
path: root/src/s_struct.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-09-12 16:33:02 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-09-12 16:33:02 +0200
commit949f93b57b6411b07eb12110e0db37cdf393db0c (patch)
treece90ac0b84cbdab7c3ea2c47c8397310045db386 /src/s_struct.h
parentFix (diff)
download42-minishell-949f93b57b6411b07eb12110e0db37cdf393db0c.tar.gz
42-minishell-949f93b57b6411b07eb12110e0db37cdf393db0c.tar.bz2
42-minishell-949f93b57b6411b07eb12110e0db37cdf393db0c.tar.xz
42-minishell-949f93b57b6411b07eb12110e0db37cdf393db0c.tar.zst
42-minishell-949f93b57b6411b07eb12110e0db37cdf393db0c.zip
Fuck
Diffstat (limited to 'src/s_struct.h')
-rw-r--r--src/s_struct.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/s_struct.h b/src/s_struct.h
index 310c5f4..ba56e82 100644
--- a/src/s_struct.h
+++ b/src/s_struct.h
@@ -29,6 +29,7 @@ typedef struct s_lalias
{
char *name;
char *val;
+ size_t id;
struct s_lalias *next;
} t_lalias;