diff options
Diffstat (limited to 'debian/opensync/opensync-0.22/tests/mock-plugin/mock_sync.h')
-rw-r--r-- | debian/opensync/opensync-0.22/tests/mock-plugin/mock_sync.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/opensync/opensync-0.22/tests/mock-plugin/mock_sync.h b/debian/opensync/opensync-0.22/tests/mock-plugin/mock_sync.h new file mode 100644 index 00000000..5eb62454 --- /dev/null +++ b/debian/opensync/opensync-0.22/tests/mock-plugin/mock_sync.h @@ -0,0 +1,18 @@ +#include <opensync/opensync.h> +#include <opensync/opensync_internals.h> +#include <sys/stat.h> +#include <stdio.h> +#include <glib.h> +#include <string.h> +#include <config.h> + +#include <libxml/xmlmemory.h> +#include <libxml/parser.h> + +typedef struct mock_env { + char *path; + OSyncMember *member; + GDir *dir; + OSyncHashTable *hashtable; + osync_bool committed_all; +} mock_env; |