summaryrefslogtreecommitdiff
path: root/libguile/feature.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/feature.h
parent1dcb9876f51c1c87ee94690544e7b68b0c7893be (diff)
downloadguile-33b001fd89d070cc6e2d8a0d6d6c43fe90555972.tar.gz
Prefixed each each exported symbol with SCM_API.
Diffstat (limited to 'libguile/feature.h')
-rw-r--r--libguile/feature.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libguile/feature.h b/libguile/feature.h
index bbda02c53..c4cceaaac 100644
--- a/libguile/feature.h
+++ b/libguile/feature.h
@@ -48,10 +48,10 @@
#include "libguile/__scm.h"
-extern void scm_add_feature (const char* str);
-extern SCM scm_program_arguments (void);
-extern void scm_set_program_arguments (int argc, char **argv, char *first);
-extern void scm_init_feature (void);
+SCM_API void scm_add_feature (const char* str);
+SCM_API SCM scm_program_arguments (void);
+SCM_API void scm_set_program_arguments (int argc, char **argv, char *first);
+SCM_API void scm_init_feature (void);
#endif /* SCM_FEATURE_H */