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.
17 lines
296 B
17 lines
296 B
#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_
|