summaryrefslogtreecommitdiff
path: root/libguile/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/script.h')
-rw-r--r--libguile/script.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/script.h b/libguile/script.h
index e37485f39..b51497364 100644
--- a/libguile/script.h
+++ b/libguile/script.h
@@ -57,6 +57,6 @@ extern void scm_shell_usage SCM_P ((int fatal, char *message));
extern SCM scm_compile_shell_switches SCM_P ((int argc, char **argv));
extern void scm_shell SCM_P ((int argc, char **argv));
extern char *scm_usage_name;
-extern void scm_init_script ();
+extern void scm_init_script SCM_P ((void));
#endif /* SCRIPTH */