summaryrefslogtreecommitdiff
path: root/libguile/deprecation.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/deprecation.h
parent1dcb9876f51c1c87ee94690544e7b68b0c7893be (diff)
Prefixed each each exported symbol with SCM_API.
Diffstat (limited to 'libguile/deprecation.h')
-rw-r--r--libguile/deprecation.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libguile/deprecation.h b/libguile/deprecation.h
index 726c64a05..22f666da3 100644
--- a/libguile/deprecation.h
+++ b/libguile/deprecation.h
@@ -52,13 +52,13 @@
#if (SCM_ENABLE_DEPRECATED == 1)
-void scm_c_issue_deprecation_warning (const char *msg);
-SCM scm_issue_deprecation_warning (SCM msgs);
+SCM_API void scm_c_issue_deprecation_warning (const char *msg);
+SCM_API SCM scm_issue_deprecation_warning (SCM msgs);
#endif
-SCM scm_include_deprecated_features (void);
-void scm_init_deprecation (void);
+SCM_API SCM scm_include_deprecated_features (void);
+SCM_API void scm_init_deprecation (void);
#endif /* SCM_DEPRECATION_H */