From 7dd22dfad91491b21da600e47a495c047d61e834 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 18 Feb 2019 18:56:18 +0100 Subject: Start rework of guile interface. --- scheme.h | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 scheme.h (limited to 'scheme.h') diff --git a/scheme.h b/scheme.h deleted file mode 100644 index dff4b07f..00000000 --- a/scheme.h +++ /dev/null @@ -1,24 +0,0 @@ -#ifndef SCHEME_H -#define SCHEME_H - -#include -#include "calendar.h" -#include "strbuf.h" - -SCM make_calendar(SCM path); - -SCM calendar_get_attr(SCM calendar, SCM id, SCM attr); - -SCM number_events(SCM calendar); - -void init_calendar (); - -SCM scm_from_strbuf(strbuf* s); -SCM scm_from_llist(LLIST(strbuf)* lst); -SCM scm_from_trie_node(TRIE_NODE(content_line)* node); -SCM scm_from_trie(TRIE(content_line)* trie); -SCM scm_from_vector(VECT(vcomponent)* vect); -SCM calendar_size (SCM); -SCM calendar_components (SCM); - -#endif /* SCHEME_H */ -- cgit v1.2.3