#include <pbx.h>
Collaboration diagram for ast_custom_function:
Data Fields | |
char * | desc |
char * | name |
ast_custom_function * | next |
char *(* | read )(struct ast_channel *, char *, char *, char *, size_t) |
char * | synopsis |
char * | syntax |
void(* | write )(struct ast_channel *, char *, char *, const char *) |
Definition at line 86 of file pbx.h.
|
Definition at line 89 of file pbx.h. Referenced by handle_show_function(). |
|
Definition at line 87 of file pbx.h. Referenced by ast_custom_function_find(), ast_custom_function_register(), complete_show_function(), handle_show_function(), and handle_show_functions(). |
|
Definition at line 93 of file pbx.h. Referenced by ast_custom_function_find(), ast_custom_function_register(), ast_custom_function_unregister(), complete_show_function(), and handle_show_functions(). |
|
Referenced by ast_func_read(). |
|
Definition at line 88 of file pbx.h. Referenced by handle_show_function(), and handle_show_functions(). |
|
Definition at line 90 of file pbx.h. Referenced by handle_show_function(), and handle_show_functions(). |
|
Referenced by ast_func_write(). |