hook_int_head_t
hook_insert(hook_int_head_t *head, hook_int_t *new)
hook_insert_plain(hook_int_head_t *head, hook_int_t *new)
hook_insert_afterbefore(hook_int_head_t *head, hook_int_t *new)
static int hook_insert(hook_int_head_t *head, hook_int_t *new);
hook_find_byname(hook_int_head_t *head, char *name)
static void hook_insert_plain(hook_int_head_t *head, hook_int_t *new);
static int hook_insert_afterbefore(hook_int_head_t *head, hook_int_t *new);
static hook_int_t *hook_find_byname(hook_int_head_t *head, char *name);
hook_int_head_t hei_head;