summaryrefslogtreecommitdiffstats
path: root/debian/opensync/opensync-0.22/tests/mock-plugin/mock_sync.h
diff options
context:
space:
mode:
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.h18
1 files changed, 0 insertions, 18 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
deleted file mode 100644
index 5eb62454..00000000
--- a/debian/opensync/opensync-0.22/tests/mock-plugin/mock_sync.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#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;