* script.h (scm_shell-usage, scm_compile_shell_switches): New
authorJim Blandy <jimb@red-bean.com>
Thu, 15 May 1997 21:30:06 +0000 (21:30 +0000)
committerJim Blandy <jimb@red-bean.com>
Thu, 15 May 1997 21:30:06 +0000 (21:30 +0000)
external declarations.  These are useful.

libguile/script.h

index 406e766..a94ab68 100644 (file)
@@ -53,6 +53,8 @@ extern char *scm_find_impl_file SCM_P ((char *exec_path,
                                        const char *sep));
 extern char **scm_get_meta_args SCM_P ((int argc, char **argv));
 extern int scm_count_argv SCM_P ((char **argv));
+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 ();