#include "common.h"
#include <stdlib.h>
#include <stdio.h>
#include "machine.h"
#include "bu.h"
Include dependency graph for hook.c:
Go to the source code of this file.
Functions | |
void | bu_hook_list_init (struct bu_hook_list *hlp) |
void | bu_add_hook (struct bu_hook_list *hlp, bu_hook_t func, genptr_t clientdata) |
void | bu_delete_hook (struct bu_hook_list *hlp, bu_hook_t func, genptr_t clientdata) |
void | bu_call_hook (struct bu_hook_list *hlp, genptr_t buf) |
Definition in file hook.c.