HomePort
|
Go to the source code of this file.
Functions | |
hpd_error_t | hpd_alloc (hpd_t **hpd) |
[hpd_t functions] More... | |
hpd_error_t | hpd_free (hpd_t *hpd) |
hpd_error_t | hpd_module (hpd_t *hpd, const char *id, const hpd_module_def_t *module_def) |
hpd_error_t | hpd_start (hpd_t *hpd, int argc, char *argv[]) |
hpd_error_t | hpd_stop (hpd_t *hpd) |
hpd_error_t hpd_alloc | ( | hpd_t ** | hpd | ) |
[hpd_t functions]
Definition at line 33 of file daemon_api.c.
hpd_error_t hpd_free | ( | hpd_t * | hpd | ) |
Definition at line 38 of file daemon_api.c.
hpd_error_t hpd_module | ( | hpd_t * | hpd, |
const char * | id, | ||
const hpd_module_def_t * | module_def | ||
) |
Definition at line 50 of file daemon_api.c.
hpd_error_t hpd_start | ( | hpd_t * | hpd, |
int | argc, | ||
char * | argv[] | ||
) |
Definition at line 85 of file daemon_api.c.
hpd_error_t hpd_stop | ( | hpd_t * | hpd | ) |
Definition at line 91 of file daemon_api.c.