New functions added to handle ical import

This commit is contained in:
Frederic Culot
2008-09-16 19:41:36 +00:00
parent a126904b7e
commit 62077a18f5
5 changed files with 161 additions and 46 deletions

View File

@@ -1,4 +1,4 @@
/* $calcurse: recur.c,v 1.37 2008/08/10 09:24:46 culot Exp $ */
/* $calcurse: recur.c,v 1.38 2008/09/16 19:41:36 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -51,7 +51,7 @@ recur_apoint_llist_init (void)
}
/* Insert a new recursive appointment in the general linked list */
static recur_apoint_llist_node_t *
recur_apoint_llist_node_t *
recur_apoint_new (char *mesg, char *note, long start, long dur, char state,
int type, int freq, long until, struct days_s *except)
{
@@ -88,7 +88,7 @@ recur_apoint_new (char *mesg, char *note, long start, long dur, char state,
}
/* Insert a new recursive event in the general linked list */
static struct recur_event_s *
struct recur_event_s *
recur_event_new (char *mesg, char *note, long day, int id, int type, int freq,
long until, struct days_s *except)
{