Add capability to retrieve list of channel types

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9508 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2006-02-11 07:06:47 +00:00
parent c74856b173
commit 4a80fe5022
2 changed files with 19 additions and 0 deletions

View File

@@ -1236,6 +1236,9 @@ extern char *ast_print_group(char *buf, int buflen, ast_group_t group);
*/
const char *channelreloadreason2txt(enum channelreloadreason reason);
/*! \brief return an ast_variable list of channeltypes */
extern struct ast_variable *ast_channeltype_list(void);
#if defined(__cplusplus) || defined(c_plusplus)
}
#endif