summaryrefslogtreecommitdiffstats
path: root/src/f_com.h
diff options
context:
space:
mode:
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