Apache2
mod_authz_dbd.h File Reference
#include "httpd.h"
Include dependency graph for mod_authz_dbd.h:

Go to the source code of this file.

Macros

#define AUTHZ_DBD_DECLARE(type)   type
 
#define AUTHZ_DBD_DECLARE_NONSTD(type)   type
 
#define AUTHZ_DBD_DECLARE_DATA
 

Functions

int authz_dbd_hook_client_login (request_rec *r, int code, const char *action)
 

Macro Definition Documentation

◆ AUTHZ_DBD_DECLARE

#define AUTHZ_DBD_DECLARE (   type)    type

◆ AUTHZ_DBD_DECLARE_DATA

#define AUTHZ_DBD_DECLARE_DATA

◆ AUTHZ_DBD_DECLARE_NONSTD

#define AUTHZ_DBD_DECLARE_NONSTD (   type)    type

Function Documentation

◆ authz_dbd_hook_client_login()

int authz_dbd_hook_client_login ( request_rec r,
int  code,
const char *  action 
)