summaryrefslogtreecommitdiff
path: root/libguile/feature.h
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1996-10-25 08:30:06 +0000
committerJim Blandy <jimb@red-bean.com>1996-10-25 08:30:06 +0000
commitf29de79022800872ab7a256bc15a36d92125c8c4 (patch)
tree18b1a92233b5fdd80d922d74f8bb88d1035bf9b6 /libguile/feature.h
parentb6edbab202f087f3e7d9b693bf14d8d980ffed8c (diff)
downloadguile-f29de79022800872ab7a256bc15a36d92125c8c4.tar.gz
* feature.c (scm_set_program_arguments): New argument, FIRST.
* feature.h: Update prototype. * init.c (scm_boot_guile_1): Pass new argument to scm_set_program_arguments.
Diffstat (limited to 'libguile/feature.h')
-rw-r--r--libguile/feature.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libguile/feature.h b/libguile/feature.h
index 64a42b8ad..712aff8a0 100644
--- a/libguile/feature.h
+++ b/libguile/feature.h
@@ -48,7 +48,8 @@
extern void scm_add_feature SCM_P((char* str));
extern SCM scm_program_arguments SCM_P((void));
-extern void scm_set_program_arguments SCM_P ((int argc, char **argv));
+extern void scm_set_program_arguments SCM_P ((int argc, char **argv,
+ char *first));
extern void scm_init_feature SCM_P((void));
#endif /* FEATUREH */