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