From 003431880edfb0c44ae7b7f8e37d5358fb7b5d8e Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sat, 2 Jul 2011 08:44:16 +0200 Subject: Make recur_*_write() public This allows one to serialize and send recurrent items to arbitrary output streams. Signed-off-by: Lukas Fleischer --- src/recur.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/recur.c') diff --git a/src/recur.c b/src/recur.c index 430e543..b757400 100644 --- a/src/recur.c +++ b/src/recur.c @@ -450,7 +450,7 @@ recur_event_scan (FILE *f, struct tm start, int id, char type, int freq, } /* Writting of a recursive appointment into file. */ -static void +void recur_apoint_write (struct recur_apoint *o, FILE *f) { struct tm *lt; @@ -492,7 +492,7 @@ recur_apoint_write (struct recur_apoint *o, FILE *f) } /* Writting of a recursive event into file. */ -static void +void recur_event_write (struct recur_event *o, FILE *f) { struct tm *lt; -- cgit v1.2.3-54-g00ecf