mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 00:30:20 +00:00
- convert the list of dialplan function to the list macros
- add missing locking of the functions list in the "show functions" CLI command git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@23950 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -71,7 +71,7 @@ struct ast_custom_function {
|
||||
const char *syntax; /*!< Syntax description */
|
||||
int (*read)(struct ast_channel *, char *, char *, char *, size_t); /*!< Read function, if read is supported */
|
||||
int (*write)(struct ast_channel *, char *, char *, const char *); /*!< Write function, if write is supported */
|
||||
struct ast_custom_function *next;
|
||||
AST_LIST_ENTRY(ast_custom_function) acflist;
|
||||
};
|
||||
|
||||
/*! \brief All switch functions have the same interface, so define a type for them */
|
||||
|
||||
Reference in New Issue
Block a user