diff options
author | Frederic Culot <calcurse@culot.org> | 2008-09-16 19:41:36 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2008-09-16 19:41:36 +0000 |
commit | 62077a18f5ca760dc7798470ca4c457f905c7cd5 (patch) | |
tree | 0c1d239d4d813d23be89fc4e1505937ea6c191fe /src/recur.h | |
parent | a126904b7e462a72c276387dde1f5ba10a88d05d (diff) | |
download | calcurse-62077a18f5ca760dc7798470ca4c457f905c7cd5.zip |
New functions added to handle ical import
Diffstat (limited to 'src/recur.h')
-rwxr-xr-x | src/recur.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/recur.h b/src/recur.h index ffbd148..eade3da 100755 --- a/src/recur.h +++ b/src/recur.h @@ -1,4 +1,4 @@ -/* $calcurse: recur.h,v 1.21 2008/09/15 20:40:22 culot Exp $ */ +/* $calcurse: recur.h,v 1.22 2008/09/16 19:41:36 culot Exp $ */ /* * Calcurse - text-based organizer @@ -87,6 +87,10 @@ extern recur_apoint_llist_t *recur_alist_p; extern struct recur_event_s *recur_elist; int recur_apoint_llist_init (void); +recur_apoint_llist_node_t *recur_apoint_new (char *, char *, long, long, char, + int, int, long, struct days_s *); +struct recur_event_s *recur_event_new (char *, char *, long, int, int, int, + long, struct days_s *); char recur_def2char (recur_types_t); int recur_char2def (char); recur_apoint_llist_node_t *recur_apoint_scan (FILE *, struct tm, struct tm, |