aboutsummaryrefslogtreecommitdiff
path: root/scheme.h
diff options
context:
space:
mode:
Diffstat (limited to 'scheme.h')
-rw-r--r--scheme.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/scheme.h b/scheme.h
new file mode 100644
index 00000000..c06ee1a7
--- /dev/null
+++ b/scheme.h
@@ -0,0 +1,12 @@
+#ifndef SCHEME_H
+#define SCHEME_H
+
+#include <libguile.h>
+
+SCM make_calendar(SCM path);
+
+SCM calendar_get_attr(SCM calendar, SCM id, SCM attr);
+
+void init_calendar ();
+
+#endif /* SCHEME_H */