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