summaryrefslogtreecommitdiff
path: root/srfi/srfi-1.h
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2003-07-28 23:54:39 +0000
committerKevin Ryde <user42@zip.com.au>2003-07-28 23:54:39 +0000
commitde51f5955dbafe5e857bcc4a19171e00c634c6dc (patch)
treea65d9589cc0cbe89aedd859af07ce5019ad13ea6 /srfi/srfi-1.h
parent15d36a34384879f927e3de31b4bd74292d1bb86c (diff)
downloadguile-de51f5955dbafe5e857bcc4a19171e00c634c6dc.tar.gz
(length+): Rewrite using scm_ilength.
Diffstat (limited to 'srfi/srfi-1.h')
-rw-r--r--srfi/srfi-1.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/srfi/srfi-1.h b/srfi/srfi-1.h
index e082ba4aa..a92f51b9b 100644
--- a/srfi/srfi-1.h
+++ b/srfi/srfi-1.h
@@ -36,6 +36,7 @@ SCM_SRFI1_API SCM scm_srfi1_delete (SCM x, SCM lst, SCM pred);
SCM_SRFI1_API SCM scm_srfi1_delete_x (SCM x, SCM lst, SCM pred);
SCM_SRFI1_API SCM scm_srfi1_delete_duplicates (SCM lst, SCM pred);
SCM_SRFI1_API SCM scm_srfi1_delete_duplicates_x (SCM lst, SCM pred);
+SCM_SRFI1_API SCM scm_srfi1_length_plus (SCM lst);
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);