#include <pua_callback.h>

Data Fields | |
| pua_cb * | callback |
| int | id |
| struct pua_callback * | next |
| void * | param |
| int | types |
Definition at line 39 of file pua_callback.h.
Definition at line 42 of file pua_callback.h.
Referenced by register_puacb(), and run_pua_callbacks().
| int id |
struct pua_callback* next [read] |
Definition at line 44 of file pua_callback.h.
Referenced by destroy_puacb_list(), register_puacb(), and run_pua_callbacks().
| void* param |
Definition at line 43 of file pua_callback.h.
Referenced by destroy_puacb_list(), and register_puacb().
| int types |
Definition at line 41 of file pua_callback.h.
Referenced by register_puacb(), and run_pua_callbacks().
1.5.6