summaryrefslogtreecommitdiff
path: root/libguile/options.h
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2001-11-02 00:19:12 +0000
committerMarius Vollmer <mvo@zagadka.de>2001-11-02 00:19:12 +0000
commit33b001fd89d070cc6e2d8a0d6d6c43fe90555972 (patch)
treea8a211f9c5e1e4cd8161f776b6858e3366e68aab /libguile/options.h
parent1dcb9876f51c1c87ee94690544e7b68b0c7893be (diff)
downloadguile-33b001fd89d070cc6e2d8a0d6d6c43fe90555972.tar.gz
Prefixed each each exported symbol with SCM_API.
Diffstat (limited to 'libguile/options.h')
-rw-r--r--libguile/options.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libguile/options.h b/libguile/options.h
index 3ab28cb69..79b7883cc 100644
--- a/libguile/options.h
+++ b/libguile/options.h
@@ -67,9 +67,9 @@ typedef struct scm_t_option
#define SCM_OPTION_SCM 2
-extern SCM scm_options (SCM, scm_t_option [], unsigned int, const char*);
-extern void scm_init_opts (SCM (*) (SCM), scm_t_option [], unsigned int n);
-extern void scm_init_options (void);
+SCM_API SCM scm_options (SCM, scm_t_option [], unsigned int, const char*);
+SCM_API void scm_init_opts (SCM (*) (SCM), scm_t_option [], unsigned int n);
+SCM_API void scm_init_options (void);
#endif /* SCM_OPTIONS_H */