diff options
Diffstat (limited to 'libguile/gh.h')
-rw-r--r-- | libguile/gh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/gh.h b/libguile/gh.h index 3ce1532cf..386353bac 100644 --- a/libguile/gh.h +++ b/libguile/gh.h @@ -57,7 +57,7 @@ #endif /* __GNUC__ */ void gh_enter(int argc, char *argv[], void (*c_main_prog)()); -void gh_repl(); +void gh_repl(int argc, char *argv[]); SCM gh_catch(SCM tag, scm_catch_body_t body, void *body_data, scm_catch_handler_t handler, void *handler_data); |