summaryrefslogtreecommitdiffstats
path: root/src/f_com.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-08-15 18:25:16 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-08-15 18:25:16 +0200
commitc5f54ee19c5c5f35fa073564d7790816f56b1057 (patch)
treebc40b96aa5db1334dc4bb33661e1d1e527e4477c /src/f_com.h
parentError handling ok (diff)
download42-minishell-c5f54ee19c5c5f35fa073564d7790816f56b1057.tar.gz
42-minishell-c5f54ee19c5c5f35fa073564d7790816f56b1057.tar.bz2
42-minishell-c5f54ee19c5c5f35fa073564d7790816f56b1057.tar.xz
42-minishell-c5f54ee19c5c5f35fa073564d7790816f56b1057.tar.zst
42-minishell-c5f54ee19c5c5f35fa073564d7790816f56b1057.zip
Quick fix
Diffstat (limited to '')
-rw-r--r--src/f_com.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/f_com.h b/src/f_com.h
index 12023f6..d7c46e1 100644
--- a/src/f_com.h
+++ b/src/f_com.h
@@ -15,6 +15,6 @@
#include "s_struct.h"
-void f_fail_command_not_found(const char command[]);
+void f_fail_command_not_found(const char command[], t_msh *msh);
#endif