aboutsummaryrefslogtreecommitdiff
path: root/guile_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'guile_interface.h')
-rw-r--r--guile_interface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/guile_interface.h b/guile_interface.h
index 91e25a72..4864407f 100644
--- a/guile_interface.h
+++ b/guile_interface.h
@@ -3,6 +3,8 @@
#include <libguile.h>
+#define SCM_IS_LIST(x) scm_is_true(scm_list_p(x))
+
void init_vcomponent ();
void init_vcomponent_type (void);