aboutsummaryrefslogtreecommitdiff
path: root/scheme.h
diff options
context:
space:
mode:
Diffstat (limited to 'scheme.h')
-rw-r--r--scheme.h24
1 files changed, 0 insertions, 24 deletions
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 <libguile.h>
-#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 */