blob: f3331b515a471190398d3cb2ceb270301d6e52e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/* (c) 2003 by Marcin Wiacek */
#ifndef __gsm_backvcs_h
#define __gsm_backvcs_h
#include "backgen.h"
#ifdef GSM_ENABLE_BACKUP
GSM_Error SaveVCalendar(char *FileName, GSM_Backup *backup);
GSM_Error LoadVCalendar(char *FileName, GSM_Backup *backup);
#endif
#endif
/* How should editor hadle tabs in this file? Add editor commands here.
* vim: noexpandtab sw=8 ts=8 sts=8:
*/
|