aboutsummaryrefslogtreecommitdiff
path: root/include/debug_tools.h
diff options
context:
space:
mode:
authorDominik Kaiser2025-01-25 15:57:16 +0100
committerGitHub2025-01-25 15:57:16 +0100
commit8fb5e2839cb7eb7bb72f577577afafcdbdc8a714 (patch)
treef44fffea0ef290f9bdf79448c90d794ba97b8ca4 /include/debug_tools.h
parent21874e1446ccd08f4433870a69dbe1c08f8331a9 (diff)
parentbd8c817797d5f2b1affe6957ffc51846a38e70ec (diff)
downloadminishell-8fb5e2839cb7eb7bb72f577577afafcdbdc8a714.tar.gz
minishell-8fb5e2839cb7eb7bb72f577577afafcdbdc8a714.zip
Merge branch 'main' into memleakfix
Diffstat (limited to 'include/debug_tools.h')
-rw-r--r--include/debug_tools.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/debug_tools.h b/include/debug_tools.h
index 9a24875..a6f44f5 100644
--- a/include/debug_tools.h
+++ b/include/debug_tools.h
@@ -23,6 +23,8 @@
void dbg(char *str);
void panic(char *msg);
+
void print_token_list(t_token *token_list);
+
#endif