aboutsummaryrefslogtreecommitdiff
path: root/scheme.h
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-02-02 23:13:47 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-02-02 23:13:47 +0100
commit6f6feddf9a07214e133438c4af4d32064d671a31 (patch)
tree3f8fa044d8a1e2fccf87a01d758c6207bb4ec8ac /scheme.h
parentStart work on a scheme interface. (diff)
downloadcalp-6f6feddf9a07214e133438c4af4d32064d671a31.tar.gz
calp-6f6feddf9a07214e133438c4af4d32064d671a31.tar.xz
Made code.scm do same stuff as main.
Diffstat (limited to 'scheme.h')
-rw-r--r--scheme.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scheme.h b/scheme.h
index c06ee1a7..9417896e 100644
--- a/scheme.h
+++ b/scheme.h
@@ -7,6 +7,8 @@ SCM make_calendar(SCM path);
SCM calendar_get_attr(SCM calendar, SCM id, SCM attr);
+SCM number_events(SCM calendar);
+
void init_calendar ();
#endif /* SCHEME_H */