diff options
Diffstat (limited to '')
-rw-r--r-- | src/f_com.h | 2 |
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 |