dav/main.h

changeset 333
000cdd124115
parent 304
a4d3ff32d49c
child 334
5f80c5d0e87f
--- a/dav/main.h	Sun Oct 22 13:45:13 2017 +0200
+++ b/dav/main.h	Wed Oct 25 17:52:35 2017 +0200
@@ -39,6 +39,11 @@
 extern "C" {
 #endif
 
+typedef struct {
+    DavResource *res;
+    char        *path;
+} GetResource;
+    
 void print_usage(char *cmd);
 char* password_input(char *prompt);
 int request_auth(Repository *repo, DavSession *sn, CmdArgs *args);

mercurial