1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

* script.h (scm_shell-usage, scm_compile_shell_switches): New

external declarations.  These are useful.
This commit is contained in:
Jim Blandy 1997-05-15 21:30:06 +00:00
parent 075139397c
commit 9cb76af41a

View 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 ();