summaryrefslogtreecommitdiff
path: root/libguile/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/options.h')
-rw-r--r--libguile/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libguile/options.h b/libguile/options.h
index 71761245e..5b9664958 100644
--- a/libguile/options.h
+++ b/libguile/options.h
@@ -40,6 +40,7 @@ typedef struct scm_t_option
#define SCM_OPTION_SCM 2
+SCM_API SCM scm_options_try (SCM args, scm_t_option options[], const char *s, int dry_run);
SCM_API SCM scm_options (SCM, scm_t_option [], const char*);
SCM_API void scm_init_opts (SCM (*) (SCM), scm_t_option []);
SCM_API void scm_init_options (void);