dav/main.h

changeset 747
efbd59642577
parent 734
b2cd82149116
child 795
05647e862a17
equal deleted inserted replaced
746:a569148841ff 747:efbd59642577
86 int put_tar(Repository *repo, CmdArgs *a, DavSession *sn, char *tarfile, char *path); 86 int put_tar(Repository *repo, CmdArgs *a, DavSession *sn, char *tarfile, char *path);
87 int put_file( 87 int put_file(
88 Repository *repo, 88 Repository *repo,
89 CmdArgs *a, 89 CmdArgs *a,
90 DavSession *sn, 90 DavSession *sn,
91 char *path, 91 const char *path,
92 char *name, 92 const char *name,
93 uint32_t finfo, 93 uint32_t finfo,
94 const char *fpath, 94 const char *fpath,
95 FILE *in, 95 FILE *in,
96 off_t len); 96 off_t len);
97 97

mercurial