From d176e70202a5ef3c6af8fcef0fdcc5733d641f38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sat, 23 Feb 2019 22:47:24 +0100 Subject: Reenable guile stuff. --- guile_interface.h__ | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 guile_interface.h__ (limited to 'guile_interface.h__') 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 - -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 */ -- cgit v1.2.3