From 4a80fe50222de3a7683baec3b1820411c8d1d330 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Sat, 11 Feb 2006 07:06:47 +0000 Subject: Add capability to retrieve list of channel types git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9508 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/channel.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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 -- cgit v1.2.3