Apache HTTPD
Public Attributes | List of all members
dav_hooks_binding Struct Reference

#include <mod_dav.h>

Public Attributes

int(* is_bindable )(const dav_resource *resource)
 
dav_error *(* bind_resource )(const dav_resource *resource, dav_resource *binding)
 
void * ctx
 

Detailed Description

Definition at line 2544 of file mod_dav.h.

Member Data Documentation

◆ bind_resource

dav_error *(* dav_hooks_binding::bind_resource) (const dav_resource *resource, dav_resource *binding)

Definition at line 2556 of file mod_dav.h.

◆ ctx

void* dav_hooks_binding::ctx

Definition at line 2563 of file mod_dav.h.

◆ is_bindable

int(* dav_hooks_binding::is_bindable) (const dav_resource *resource)

Definition at line 2549 of file mod_dav.h.


The documentation for this struct was generated from the following file: