summaryrefslogtreecommitdiffstats
path: root/debian/opensync/opensync-0.22/tests/mock-plugin/mock_sync.h
blob: 5eb624549169a7da3e2ca52474c75be9854101e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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;