aboutsummaryrefslogtreecommitdiff
path: root/guile_type_helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'guile_type_helpers.h')
-rw-r--r--guile_type_helpers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/guile_type_helpers.h b/guile_type_helpers.h
index bb69312d..427c55c6 100644
--- a/guile_type_helpers.h
+++ b/guile_type_helpers.h
@@ -6,6 +6,8 @@
#include "calendar.h"
#include "strbuf.h"
+#define SCM_IS_LIST(x) scm_is_true(scm_list_p(x))
+
SCM scm_from_strbuf(strbuf* s);
SCM scm_from_vector(VECT(vcomponent)* vect, SCM element_type);