summaryrefslogtreecommitdiff
path: root/libguile/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/options.h')
-rw-r--r--libguile/options.h13
1 files changed, 4 insertions, 9 deletions
diff --git a/libguile/options.h b/libguile/options.h
index d0462af61..62b0a7436 100644
--- a/libguile/options.h
+++ b/libguile/options.h
@@ -65,14 +65,9 @@ typedef struct scm_option
extern SCM scm_yes_sym, scm_no_sym;
-#ifdef __STDC__
-extern SCM scm_options (SCM new_mode, scm_option options[], int n, char *s);
-extern void scm_init_opts (SCM (*func) (SCM), scm_option options[], int n);
-extern void scm_init_options (void);
-#else /* STDC */
-extern SCM scm_options ();
-extern void scm_init_opts ();
-extern void scm_init_options ();
-#endif /* STDC */
+
+extern SCM scm_options SCM_P ((SCM new_mode, scm_option options[], int n, char *s));
+extern void scm_init_opts SCM_P ((SCM (*func) (SCM), scm_option options[], int n));
+extern void scm_init_options SCM_P ((void));
#endif /* OPTIONSH */