summaryrefslogtreecommitdiff
path: root/srfi/srfi-1.h
diff options
context:
space:
mode:
Diffstat (limited to 'srfi/srfi-1.h')
-rw-r--r--srfi/srfi-1.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/srfi/srfi-1.h b/srfi/srfi-1.h
index b42f4f97a..5914ff742 100644
--- a/srfi/srfi-1.h
+++ b/srfi/srfi-1.h
@@ -58,9 +58,10 @@
# define SCM_SRFI1_API extern
#endif
-SCM_API SCM scm_srfi1_map (SCM proc, SCM arg1, SCM args);
-SCM_API SCM scm_srfi1_for_each (SCM proc, SCM arg1, SCM args);
+SCM_SRFI1_API SCM scm_srfi1_map (SCM proc, SCM arg1, SCM args);
+SCM_SRFI1_API SCM scm_srfi1_for_each (SCM proc, SCM arg1, SCM args);
SCM_SRFI1_API SCM scm_srfi1_member (SCM obj, SCM ls, SCM pred);
+SCM_SRFI1_API SCM scm_srfi1_assoc (SCM key, SCM alist, SCM pred);
SCM_SRFI1_API void scm_init_srfi_1 (void);