dav/main.h

changeset 734
b2cd82149116
parent 733
a7883961b5f4
child 747
efbd59642577
--- a/dav/main.h	Sun Aug 08 14:59:02 2021 +0200
+++ b/dav/main.h	Sun Aug 08 16:49:47 2021 +0200
@@ -60,7 +60,6 @@
 typedef int(*getfunc)(Repository *, GetResource *, CmdArgs *, void *);
     
 void print_usage(char *cmd);
-int request_auth(Repository *repo, DavSession *sn, CmdArgs *args);
 
 int update_progress(DavResource *res, int64_t total, int64_t now, Progress *p);
 void download_progress(DavResource *res, int64_t total, int64_t now, void *data);

mercurial