#include "../../str.h"#include "domain.h"


Go to the source code of this file.
Data Structures | |
| struct | domain_api |
Typedefs | |
| typedef int(* | bind_domain_t )(domain_api_t *api) |
| typedef struct domain_api | domain_api_t |
| typedef int(* | is_domain_local_t )(str *_domain) |
Functions | |
| int | bind_domain (domain_api_t *api) |
| typedef int(* bind_domain_t)(domain_api_t *api) |
Definition at line 34 of file domain/api.h.
| typedef struct domain_api domain_api_t |
| typedef int(* is_domain_local_t)(str *_domain) |
Definition at line 28 of file domain/api.h.
| int bind_domain | ( | domain_api_t * | api | ) |
Definition at line 26 of file domain/api.c.
References is_domain_local(), domain_api::is_domain_local, and LM_ERR.
1.5.6