RTS API Documentation
1.10.11
|
#include <switch_types.h>
Data Fields | |
struct switch_console_callback_match_node * | head |
struct switch_console_callback_match_node * | end |
int | count |
int | dynamic |
Definition at line 2383 of file switch_types.h.
int switch_console_callback_match::count |
Definition at line 2386 of file switch_types.h.
Referenced by switch_console_sort_matches().
int switch_console_callback_match::dynamic |
Definition at line 2387 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 2385 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 2384 of file switch_types.h.
Referenced by comp_callback(), switch_console_free_matches(), and switch_console_sort_matches().