aboutsummaryrefslogtreecommitdiff
path: root/guile_interface.h
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-02-26 01:14:02 +0100
committerHugo Hörnquist <hugo@hornquist.se>2019-02-26 01:14:02 +0100
commita6aa6ff2fffe298b90788a07059902d85e3a1391 (patch)
tree61f87805e8c86e1062be512f01ebf21909b65971 /guile_interface.h
parentStart on propper vcalendar scheme library. (diff)
downloadcalp-a6aa6ff2fffe298b90788a07059902d85e3a1391.tar.gz
calp-a6aa6ff2fffe298b90788a07059902d85e3a1391.tar.xz
Add %vcomponent-parent.
Diffstat (limited to 'guile_interface.h')
-rw-r--r--guile_interface.h3
1 files changed, 3 insertions, 0 deletions
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 <libguile.h>
+#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 */