aboutsummaryrefslogtreecommitdiff
path: root/guile_interface.h
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-02-26 00:07:42 +0100
committerHugo Hörnquist <hugo@hornquist.se>2019-02-26 00:07:42 +0100
commitd1cde5a4c2b656f696ac42aa1ab338551c67e275 (patch)
treeb46e253c8484a78d0719be3c5be33931c4cf5930 /guile_interface.h
parentSingle elemnt lists in components now return their CAR. (diff)
downloadcalp-d1cde5a4c2b656f696ac42aa1ab338551c67e275.tar.gz
calp-d1cde5a4c2b656f696ac42aa1ab338551c67e275.tar.xz
Rename some functions.
Diffstat (limited to 'guile_interface.h')
-rw-r--r--guile_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/guile_interface.h b/guile_interface.h
index 3776d88c..ab86850c 100644
--- a/guile_interface.h
+++ b/guile_interface.h
@@ -13,7 +13,7 @@
* The protection markers stop the GC from doing its thing.
*/
-void init_vcomponent ();
+void init_lib (void);
void init_vcomponent_type (void);
SCM make_vcomponent (SCM);