From c5f54ee19c5c5f35fa073564d7790816f56b1057 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sat, 15 Aug 2020 18:25:16 +0200 Subject: Quick fix --- src/f_com.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/f_com.h') 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 -- cgit v1.2.3