aboutsummaryrefslogtreecommitdiff
path: root/scheme.h
blob: c06ee1a778db9dcfb9706dee55398576fcd6382f (plain)
1
2
3
4
5
6
7
8
9
10
11
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 */