NetSurf
|
Data Fields | |
struct cmdhandler * | r_next |
struct cmdhandler * | r_prev |
char * | cmd |
handle_command_fn | fn |
Definition at line 30 of file dispatch.c.
char* cmdhandler::cmd |
Definition at line 32 of file dispatch.c.
Referenced by monkey_free_handlers(), and monkey_register_handler().
handle_command_fn cmdhandler::fn |
Definition at line 33 of file dispatch.c.
Referenced by monkey_process_command(), and monkey_register_handler().
struct cmdhandler* cmdhandler::r_next |
Definition at line 31 of file dispatch.c.
struct cmdhandler * cmdhandler::r_prev |
Definition at line 31 of file dispatch.c.