From fa1f483e9ad9c279bc9ec16328933931a72d18f0 Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Thu, 11 Mar 1999 11:46:35 +0000 Subject: [PATCH] Declare scm_list_star --- libguile/list.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libguile/list.h b/libguile/list.h index 1a167ad84..c44f3f0bb 100644 --- a/libguile/list.h +++ b/libguile/list.h @@ -69,6 +69,7 @@ extern SCM scm_list_head SCM_P ((SCM lst, SCM k)); extern SCM scm_listify SCM_P ((SCM elt, ...)); extern SCM scm_list SCM_P ((SCM objs)); +extern SCM scm_list_star SCM_P ((SCM arg, SCM objs)); extern SCM scm_null_p SCM_P ((SCM x)); extern SCM scm_list_p SCM_P ((SCM x)); extern long scm_ilength SCM_P ((SCM sx)); -- 2.20.1