Main Page | Modules | Namespace List | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages | Examples

apr_optional_hooks.h File Reference

Apache optional hook functions. More...

#include "apr_tables.h"

Include dependency graph for apr_optional_hooks.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define APR_OPTIONAL_HOOK(ns, name, pfn, aszPre, aszSucc, nOrder)
#define APR_IMPLEMENT_OPTIONAL_HOOK_RUN_ALL(ns, link, ret, name, args_decl, args_use, ok, decline)

Functions

 APU_DECLARE (void) apr_optional_hook_add(const char *szName
 APU_DECLARE (apr_array_header_t *) apr_optional_hook_get(const char *szName)

Variables

void(* pfn )(void)
void(*) const char *const aszPre )
void(*) const char *const
const char *const 
aszSucc )
void(*) const char *const
const char *const in 
nOrder )


Detailed Description

Apache optional hook functions.

Definition in file apr_optional_hooks.h.