diff options
Diffstat (limited to 'debian/opensync/opensync-0.22/formats/vformats-xml/xml-vnote.h')
-rw-r--r-- | debian/opensync/opensync-0.22/formats/vformats-xml/xml-vnote.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/debian/opensync/opensync-0.22/formats/vformats-xml/xml-vnote.h b/debian/opensync/opensync-0.22/formats/vformats-xml/xml-vnote.h deleted file mode 100644 index 1b76878c..00000000 --- a/debian/opensync/opensync-0.22/formats/vformats-xml/xml-vnote.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef _XMLVNOTE_H_ -#define _XMLVNOTE_H_ - -typedef struct OSyncHookTables { - GHashTable *attributes; - GHashTable *parameters; -} OSyncHookTables; - -#define HANDLE_IGNORE (void *)1 - -#endif //_XMLVNOTE_H_ |