aboutsummaryrefslogtreecommitdiff
path: root/guile_interface.h__
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-02-23 22:47:24 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-02-23 22:47:24 +0100
commitd176e70202a5ef3c6af8fcef0fdcc5733d641f38 (patch)
treeba175ecb2d41865f87a6678d3e9a01ed706f82a3 /guile_interface.h__
parentSwitch back to C compiler. (diff)
downloadcalp-d176e70202a5ef3c6af8fcef0fdcc5733d641f38.tar.gz
calp-d176e70202a5ef3c6af8fcef0fdcc5733d641f38.tar.xz
Reenable guile stuff.
Diffstat (limited to 'guile_interface.h__')
-rw-r--r--guile_interface.h__15
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 */