summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2006-02-11 07:06:47 +0000
committerMark Spencer <markster@digium.com>2006-02-11 07:06:47 +0000
commit4a80fe50222de3a7683baec3b1820411c8d1d330 (patch)
treea46e7f49098d94bc416888edb21ba7974eeed499 /include
parentc74856b173f36b60263ece0aa7def9e9954a814f (diff)
Add capability to retrieve list of channel types
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9508 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-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