src/server/public/nsapi.h

branch
webdav
changeset 345
5832e10fc59a
parent 274
607712fb3c66
child 357
f45e962edf45
--- a/src/server/public/nsapi.h	Sun May 08 12:27:43 2022 +0200
+++ b/src/server/public/nsapi.h	Sun May 08 18:55:36 2022 +0200
@@ -1514,6 +1514,7 @@
 NSAPI_PUBLIC void http_format_etag(Session *sn, Request *rq, char *etagp, int etaglen, off_t size, time_t mtime);
 NSAPI_PUBLIC int http_check_preconditions(Session *sn, Request *rq, struct tm *mtm, const char *etag);
 NSAPI_PUBLIC int http_set_finfo(Session *sn, Request *rq, struct stat *finfo);
+NSAPI_PUBLIC int http_set_finfo_etag(Session *sn, Request *rq, struct stat *finfo, const char *etag);
 
 NSAPI_PUBLIC char **http_hdrs2env(pblock *pb);
 

mercurial