summaryrefslogtreecommitdiff
path: root/include/asterisk/format_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/format_cache.h')
-rw-r--r--include/asterisk/format_cache.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asterisk/format_cache.h b/include/asterisk/format_cache.h
index 6099c59ea..92272e8eb 100644
--- a/include/asterisk/format_cache.h
+++ b/include/asterisk/format_cache.h
@@ -224,6 +224,11 @@ extern struct ast_format *ast_format_t140;
extern struct ast_format *ast_format_t140_red;
/*!
+ * \brief Built-in cached T.38 format.
+ */
+extern struct ast_format *ast_format_t38;
+
+/*!
* \brief Built-in "null" format.
*/
extern struct ast_format *ast_format_none;