aboutsummaryrefslogtreecommitdiff
path: root/guile_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'guile_interface.h')
-rw-r--r--guile_interface.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/guile_interface.h b/guile_interface.h
deleted file mode 100644
index 91e25a72..00000000
--- a/guile_interface.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef GUILE_INTERFACE_H
-#define GUILE_INTERFACE_H
-
-#include <libguile.h>
-
-void init_vcomponent ();
-void init_vcomponent_type (void);
-
-SCM make_vcomponent (SCM);
-SCM vcomponent_get_attribute (SCM, SCM);
-SCM vcomponent_child_count (SCM);
-SCM vcomponent_children (SCM);
-SCM vcomponent_typeof (SCM);
-
-#endif /* GUILE_INTERFACE_H */