summaryrefslogtreecommitdiff
path: root/libguile/rdelim.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/rdelim.h
parent1dcb9876f51c1c87ee94690544e7b68b0c7893be (diff)
downloadguile-33b001fd89d070cc6e2d8a0d6d6c43fe90555972.tar.gz
Prefixed each each exported symbol with SCM_API.
Diffstat (limited to 'libguile/rdelim.h')
-rw-r--r--libguile/rdelim.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/libguile/rdelim.h b/libguile/rdelim.h
index 6a987cc7d..c336e38ae 100644
--- a/libguile/rdelim.h
+++ b/libguile/rdelim.h
@@ -48,13 +48,13 @@
#include "libguile/__scm.h"
-extern SCM scm_read_delimited_x (SCM delims, SCM buf, SCM gobble, SCM port,
- SCM offset, SCM length);
-extern SCM scm_read_line (SCM port);
-extern SCM scm_write_line (SCM obj, SCM port);
-extern SCM scm_init_rdelim_builtins (void);
+SCM_API SCM scm_read_delimited_x (SCM delims, SCM buf, SCM gobble, SCM port,
+ SCM offset, SCM length);
+SCM_API SCM scm_read_line (SCM port);
+SCM_API SCM scm_write_line (SCM obj, SCM port);
+SCM_API SCM scm_init_rdelim_builtins (void);
-void scm_init_rdelim (void);
+SCM_API void scm_init_rdelim (void);
#endif /* SCM_RDELIM_H */