dav/sync.h

changeset 608
3e4c0285a868
parent 580
caf23cf7f96d
child 611
a7c48e0dca88
--- a/dav/sync.h	Sat Jun 22 16:36:52 2019 +0200
+++ b/dav/sync.h	Fri Jul 12 16:59:08 2019 +0200
@@ -38,6 +38,7 @@
 #include "scfg.h"
 #include "config.h"
 #include "sopt.h"
+#include "system.h"
 
 #include "version.h"
 
@@ -106,7 +107,7 @@
         SyncDirectory *dir,
         SyncDatabase *db);
 
-void sync_set_metadata_from_stat(LocalResource *local, struct stat *s);
+void sync_set_metadata_from_stat(LocalResource *local, SYS_STAT *s);
 int sync_move_resource(
         CmdArgs *a,
         SyncDirectory *dir,

mercurial