dav/sync.h

changeset 779
a0e02b70dad1
parent 747
efbd59642577
child 780
cd1c869720e0
--- a/dav/sync.h	Wed Jul 19 20:31:01 2023 +0200
+++ b/dav/sync.h	Wed Jul 19 20:39:09 2023 +0200
@@ -105,6 +105,8 @@
 int cmd_push(CmdArgs *args, DavBool outgoing, DavBool archive);
 int cmd_restore(CmdArgs *args);
 
+void log_printf(const char *loglevel, const char *fmt, ...);
+
 void print_outgoing(
         CmdArgs *args,
         CxList *ls_new,

mercurial