summaryrefslogtreecommitdiff
path: root/include/asterisk/channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/channel.h')
-rw-r--r--include/asterisk/channel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index f95faffea..94d776e46 100644
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -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