src/server/util/pblock.h

changeset 385
a1f4cb076d2f
parent 369
e28ee9875a90
child 386
b91f8efadb63
--- a/src/server/util/pblock.h	Tue Aug 13 22:14:32 2019 +0200
+++ b/src/server/util/pblock.h	Sat Sep 24 16:26:10 2022 +0200
@@ -301,6 +301,12 @@
 extern const pb_key *const pb_key_vary;
 extern const pb_key *const pb_key_via;
 extern const pb_key *const pb_key_warning;
+extern const pb_key *const pb_key_depth;
+extern const pb_key *const pb_key_if;
+extern const pb_key *const pb_key_vfs;
+extern const pb_key *const pb_key_dav;
+extern const pb_key *const pb_key_vfsclass;
+extern const pb_key *const pb_key_davclass;
 
 NSAPI_PUBLIC pool_handle_t *pblock_pool(pblock *pb);
 

mercurial