src/server/util/pblock.h

branch
webdav
changeset 325
2d14055c3543
parent 277
7608af69739f
child 369
e28ee9875a90
equal deleted inserted replaced
324:44cf877b3d9f 325:2d14055c3543
303 extern const pb_key *const pb_key_warning; 303 extern const pb_key *const pb_key_warning;
304 extern const pb_key *const pb_key_depth; 304 extern const pb_key *const pb_key_depth;
305 extern const pb_key *const pb_key_if; 305 extern const pb_key *const pb_key_if;
306 extern const pb_key *const pb_key_vfs; 306 extern const pb_key *const pb_key_vfs;
307 extern const pb_key *const pb_key_vfsclass; 307 extern const pb_key *const pb_key_vfsclass;
308 extern const pb_key *const pb_key_davclass;
308 309
309 NSAPI_PUBLIC pool_handle_t *pblock_pool(pblock *pb); 310 NSAPI_PUBLIC pool_handle_t *pblock_pool(pblock *pb);
310 311
311 NSAPI_PUBLIC pb_param *pblock_param_create(pblock *pb, const char *name, const char *value); 312 NSAPI_PUBLIC pb_param *pblock_param_create(pblock *pb, const char *name, const char *value);
312 313

mercurial