|
RTS API Documentation
1.10.11
|
#include <switch_types.h>
Collaboration diagram for switch_console_callback_match:Data Fields | |
| struct switch_console_callback_match_node * | head |
| struct switch_console_callback_match_node * | end |
| int | count |
| int | dynamic |
Definition at line 2394 of file switch_types.h.
| int switch_console_callback_match::count |
Definition at line 2397 of file switch_types.h.
Referenced by switch_console_sort_matches().
| int switch_console_callback_match::dynamic |
Definition at line 2398 of file switch_types.h.
Referenced by switch_console_free_matches().
| struct switch_console_callback_match_node* switch_console_callback_match::end |
Definition at line 2396 of file switch_types.h.
Referenced by switch_console_sort_matches().
| struct switch_console_callback_match_node* switch_console_callback_match::head |
Definition at line 2395 of file switch_types.h.
Referenced by comp_callback(), switch_console_free_matches(), and switch_console_sort_matches().
1.8.13