diff -r 5587282ebe1c -r 000cdd124115 dav/main.h --- 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);