#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.