summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2007-10-26 00:11:31 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2007-10-26 00:11:31 +0000
commit446a6cdc948b623cd524e449882c3bf3ec8e6967 (patch)
treef18deeb3b8bd469705735ccfc9d9b2b2089ce917 /include
parentc6a8d45f4370b7c79355c94b04c8095ef28a49d1 (diff)
Use the same delimited character as the FILTER function in FIELDQTY and CUT.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@87103 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-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 6e5d993c3..0529f9258 100644
--- a/include/asterisk/app.h
+++ b/include/asterisk/app.h
@@ -457,6 +457,9 @@ int ast_app_dtget(struct ast_channel *chan, const char *context, char *collect,
/*! Allow to record message and have a review option */
int ast_record_review(struct ast_channel *chan, const char *playfile, const char *recordfile, int maxtime, const char *fmt, int *duration, const char *path);
+/*! Decode an encoded control or extended ASCII character */
+int ast_get_encoded_char(const char *stream, char *result, size_t *consumed);
+
#if defined(__cplusplus) || defined(c_plusplus)
}
#endif