aboutsummaryrefslogtreecommitdiff
path: root/scheme.h
diff options
context:
space:
mode:
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 */