summaryrefslogtreecommitdiffstats
path: root/src/f_com.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-05 15:18:41 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-05 15:18:41 +0200
commit870e8a742536c08d4102630d0e4ffa0f86e639f0 (patch)
treeb1ad22f003a7e833fc13c62f0be605c258a3d55e /src/f_com.h
parentTODO update (diff)
download42-minishell-870e8a742536c08d4102630d0e4ffa0f86e639f0.tar.gz
42-minishell-870e8a742536c08d4102630d0e4ffa0f86e639f0.tar.bz2
42-minishell-870e8a742536c08d4102630d0e4ffa0f86e639f0.tar.xz
42-minishell-870e8a742536c08d4102630d0e4ffa0f86e639f0.tar.zst
42-minishell-870e8a742536c08d4102630d0e4ffa0f86e639f0.zip
Pipes rework incomming
Diffstat (limited to 'src/f_com.h')
-rw-r--r--src/f_com.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/f_com.h b/src/f_com.h
index a6859f5..bbf2bf6 100644
--- a/src/f_com.h
+++ b/src/f_com.h
@@ -13,8 +13,6 @@
#ifndef FT_F_COM_H
# define FT_F_COM_H
-# include "s_struct.h"
-
-void f_fail_command_not_found(const char command[], t_msh *msh);
+void f_command_not_found(const char command[]);
#endif