blob: e84bfa3deeb2f771746053608ce5edf3d6ab3a5a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef _XMLVCARD_H_
#define _XMLVCARD_H_
typedef struct OSyncHookTables {
GHashTable *attributes;
GHashTable *parameters;
} OSyncHookTables;
#define HANDLE_IGNORE (void *)1
#endif //_XMLVCARD_H_
|