aboutsummaryrefslogtreecommitdiffstats
path: root/src/recur.c
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2008-09-16 19:41:36 +0000
committerFrederic Culot <calcurse@culot.org>2008-09-16 19:41:36 +0000
commit62077a18f5ca760dc7798470ca4c457f905c7cd5 (patch)
tree0c1d239d4d813d23be89fc4e1505937ea6c191fe /src/recur.c
parenta126904b7e462a72c276387dde1f5ba10a88d05d (diff)
downloadcalcurse-62077a18f5ca760dc7798470ca4c457f905c7cd5.tar.gz
calcurse-62077a18f5ca760dc7798470ca4c457f905c7cd5.zip
New functions added to handle ical import
Diffstat (limited to 'src/recur.c')
-rwxr-xr-xsrc/recur.c6
1 files changed, 3 insertions, 3 deletions
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)
{