diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-11 14:38:47 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-11 14:38:47 +0900 |
commit | 884c8093d63402a1ad0b502244b791e3c6782be3 (patch) | |
tree | a600d4ab0d431a2bdfe4c15b70df43c14fbd8dd0 /debian/opensync/opensync-0.22/tests/mock-plugin/mock_sync.h | |
parent | 14e1aa2006796f147f3f4811fb908a6b01e79253 (diff) | |
download | extra-dependencies-884c8093d63402a1ad0b502244b791e3c6782be3.tar.gz extra-dependencies-884c8093d63402a1ad0b502244b791e3c6782be3.zip |
Added debian extra dependency packages.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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; |