From a6aa6ff2fffe298b90788a07059902d85e3a1391 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 26 Feb 2019 01:14:02 +0100 Subject: Add %vcomponent-parent. --- guile_interface.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'guile_interface.h') diff --git a/guile_interface.h b/guile_interface.h index ab86850c..76ec24d3 100644 --- a/guile_interface.h +++ b/guile_interface.h @@ -2,6 +2,7 @@ #define GUILE_INTERFACE_H #include +#include "vcal.h" /* * At a number of places scm_gc_{un,}protect_object is called. @@ -22,4 +23,6 @@ SCM vcomponent_child_count (SCM); SCM vcomponent_children (SCM); SCM vcomponent_typeof (SCM); +SCM scm_from_vcomponent (vcomponent*); + #endif /* GUILE_INTERFACE_H */ -- cgit v1.2.3