dav/sync.c

changeset 399
a985a587787f
parent 397
ddda42712f39
child 400
90c6bfa94fa2
equal deleted inserted replaced
398:26fdeed98cd7 399:a985a587787f
42 42
43 #include <libidav/webdav.h> 43 #include <libidav/webdav.h>
44 #include <libidav/utils.h> 44 #include <libidav/utils.h>
45 #include <libidav/crypto.h> 45 #include <libidav/crypto.h>
46 46
47 #include <libidav/session.h>
48
49 #include "sync.h"
50
47 #include "config.h" 51 #include "config.h"
48 #include "scfg.h"
49 #include "sopt.h" 52 #include "sopt.h"
50 #include "db.h"
51 #include "error.h" 53 #include "error.h"
52 #include "assistant.h" 54 #include "assistant.h"
53 #include "libxattr.h" 55 #include "libxattr.h"
54 #include "tags.h" 56 #include "tags.h"
55 #include "sync.h" 57
56 #include "libidav/session.h"
57 58
58 #include <pthread.h> 59 #include <pthread.h>
59 #include <ctype.h> 60 #include <ctype.h>
60 61
61 static DavContext *ctx; 62 static DavContext *ctx;

mercurial