From 62077a18f5ca760dc7798470ca4c457f905c7cd5 Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Tue, 16 Sep 2008 19:41:36 +0000 Subject: New functions added to handle ical import --- src/recur.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/recur.c') diff --git a/src/recur.c b/src/recur.c index c014025..c0024a4 100755 --- a/src/recur.c +++ b/src/recur.c @@ -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) { -- cgit v1.2.3-54-g00ecf