summaryrefslogtreecommitdiff
path: root/include/asterisk/app.h
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2008-11-05 21:58:48 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2008-11-05 21:58:48 +0000
commit0d25ddd366254857327134e433f58ceea82e863a (patch)
treee336c73c9ec2abdc210dd9b47d0d9efedda1e761 /include/asterisk/app.h
parent5250201d8bb45a90213ba8127e167e27bc1953c6 (diff)
Add LISTFILTER dialplan function, along with supporting documentation. See
documentation for more information on how to use it. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@154915 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/app.h')
-rw-r--r--include/asterisk/app.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asterisk/app.h b/include/asterisk/app.h
index 4d1bcc3ae..851ad9fa6 100644
--- a/include/asterisk/app.h
+++ b/include/asterisk/app.h
@@ -488,6 +488,9 @@ int ast_record_review(struct ast_channel *chan, const char *playfile, const char
/*! \brief Decode an encoded control or extended ASCII character */
int ast_get_encoded_char(const char *stream, char *result, size_t *consumed);
+/*! \brief Decode a stream of encoded control or extended ASCII characters */
+int ast_get_encoded_str(const char *stream, char *result, size_t result_len);
+
/*! \brief Common routine for child processes, to close all fds prior to exec(2) */
void ast_close_fds_above_n(int n);