From 382a40466a9339b8153180303ae799ed9fd7c868 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sat, 2 Feb 2019 19:44:39 +0100 Subject: Start work on a scheme interface. --- scheme.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 scheme.h (limited to 'scheme.h') 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 + +SCM make_calendar(SCM path); + +SCM calendar_get_attr(SCM calendar, SCM id, SCM attr); + +void init_calendar (); + +#endif /* SCHEME_H */ -- cgit v1.2.3