aboutsummaryrefslogtreecommitdiff
path: root/src/guile_interface.h
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-05-02 17:58:07 +0200
committerHugo Hörnquist <hugo@hornquist.se>2019-05-02 17:58:07 +0200
commit4fe953de7b5994a896094cf0d62192559a08967d (patch)
treefa6ec5bdab5a0f1ef02d39e80c6e6ff621c87912 /src/guile_interface.h
parentChange function for creating hashtables. (diff)
downloadcalp-4fe953de7b5994a896094cf0d62192559a08967d.tar.gz
calp-4fe953de7b5994a896094cf0d62192559a08967d.tar.xz
work on porting most internal datastructures to scheme equivalents.
Diffstat (limited to 'src/guile_interface.h')
-rw-r--r--src/guile_interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/guile_interface.h b/src/guile_interface.h
index 76ec24d3..f8b38ed5 100644
--- a/src/guile_interface.h
+++ b/src/guile_interface.h
@@ -24,5 +24,6 @@ SCM vcomponent_children (SCM);
SCM vcomponent_typeof (SCM);
SCM scm_from_vcomponent (vcomponent*);
+vcomponent* scm_to_vcomponent (SCM);
#endif /* GUILE_INTERFACE_H */