aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authornass1pro <nass1pro@gmail.com>2020-06-15 17:49:27 +0200
committernass1pro <nass1pro@gmail.com>2020-06-15 17:49:27 +0200
commit6bb9eafa5fe8de5194801ab5ff3bd898a853c9fb (patch)
tree6e667a244de358394448d28b89032304d741b4dd /include
parentb72b43e5715424f01626f31f74f0c0d83d7bfb24 (diff)
downloadminishell-6bb9eafa5fe8de5194801ab5ff3bd898a853c9fb.tar.gz
minishell-6bb9eafa5fe8de5194801ab5ff3bd898a853c9fb.tar.bz2
minishell-6bb9eafa5fe8de5194801ab5ff3bd898a853c9fb.zip
change name function
Diffstat (limited to 'include')
-rw-r--r--include/lexer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/lexer.h b/include/lexer.h
index 5886035..effc94c 100644
--- a/include/lexer.h
+++ b/include/lexer.h
@@ -45,4 +45,6 @@ void token_destroy(t_token *token);
void token_destroy_lst(t_ftlst *tokens);
void token_destroy_lst2(t_ftlst *tokens1, t_ftlst *tokens2);
+t_ftlst *lexe_trim_out(t_ftlst *lst);
+
#endif