Make recur_*_write() public

This allows one to serialize and send recurrent items to arbitrary
output streams.

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
Lukas Fleischer
2011-07-02 08:44:16 +02:00
parent 3076670a76
commit 003431880e
2 changed files with 4 additions and 2 deletions

View File

@@ -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;