summaryrefslogtreecommitdiffstats
path: root/debian/opensync/opensync-0.22/formats/vformats-xml/xml-vcal.h
blob: dcc4a02e341f9c9edb14cae21d18907861fa03f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _XMLVCARD_H_
#define _XMLVCARD_H_

typedef struct OSyncHooksTable OSyncHooksTable;

struct OSyncHooksTable {
	GHashTable *table;
	GHashTable *tztable;
	GHashTable *comptable;
	GHashTable *compparamtable;
	GHashTable *alarmtable;
};

#define HANDLE_IGNORE (void *)1

#endif //_XMLVCARD_H_