From 884c8093d63402a1ad0b502244b791e3c6782be3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 11 Sep 2020 14:38:47 +0900 Subject: Added debian extra dependency packages. Signed-off-by: Michele Calgaro --- .../opensync-0.22/tests/mock-plugin/mock_sync.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 debian/opensync/opensync-0.22/tests/mock-plugin/mock_sync.h (limited to 'debian/opensync/opensync-0.22/tests/mock-plugin/mock_sync.h') 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 +#include +#include +#include +#include +#include +#include + +#include +#include + +typedef struct mock_env { + char *path; + OSyncMember *member; + GDir *dir; + OSyncHashTable *hashtable; + osync_bool committed_all; +} mock_env; -- cgit v1.2.1