You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
201 B

#ifndef _XMLVNOTE_H_
#define _XMLVNOTE_H_
typedef struct OSyncHookTables {
GHashTable *attributes;
GHashTable *parameters;
} OSyncHookTables;
#define HANDLE_IGNORE (void *)1
#endif //_XMLVNOTE_H_