Go to the source code of this file.
static hpd_error_t template_app_on_destroy |
( |
void * |
data | ) |
|
|
static |
static hpd_error_t template_app_on_parse_opt |
( |
void * |
data, |
|
|
const char * |
name, |
|
|
const char * |
arg |
|
) |
| |
|
static |
Initial value:= {
}
static hpd_error_t template_app_on_destroy(void *data)
static hpd_error_t template_app_on_create(void **data, const hpd_module_t *context)
[file]
static hpd_error_t template_app_on_parse_opt(void *data, const char *name, const char *arg)
static hpd_error_t template_app_on_stop(void *data, hpd_t *hpd)
static hpd_error_t template_app_on_start(void *data, hpd_t *hpd)
[file]
Definition at line 38 of file template_application.c.