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, 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);