summaryrefslogtreecommitdiffstats
path: root/src/f_exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/f_exec.h')
-rw-r--r--src/f_exec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/f_exec.h b/src/f_exec.h
index 17f3484..1ea0683 100644
--- a/src/f_exec.h
+++ b/src/f_exec.h
@@ -15,6 +15,6 @@
#include "s_struct.h"
-void f_exec(const char fullpath[]);
+void f_exec(const char fullpath[], const char bin[]);
#endif