summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2018-01-31 06:52:24 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2018-01-31 06:52:24 -0600
commit8f6978d7b84a438371bf45df3ab922816636a3b5 (patch)
tree25972304a77b330771f7a39a34ec266ce180a1bb /include
parent15d9fee96d1bf128453c7cd33f8b8d86091ff196 (diff)
parent2f78dc2bfa9c16e3cea4ea3a7bbbf419741386b6 (diff)
Merge "pbx_variables.c: Misc fixes in variable substitution."
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/pbx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/pbx.h b/include/asterisk/pbx.h
index c8c171a71..a40c6a45b 100644
--- a/include/asterisk/pbx.h
+++ b/include/asterisk/pbx.h
@@ -1432,7 +1432,7 @@ void ast_str_substitute_variables_varshead(struct ast_str **buf, ssize_t maxlen,
* \param c Channel variables from which to extract values, and channel to pass to any dialplan functions.
* \param headp If no channel is specified, a channel list from which to extract variable values
* \param templ Variable template to expand.
- * \param used Number of bytes read from the template.
+ * \param used Number of bytes read from the template. (May be NULL)
*/
void ast_str_substitute_variables_full(struct ast_str **buf, ssize_t maxlen, struct ast_channel *c, struct varshead *headp, const char *templ, size_t *used);
/*! @} */