summaryrefslogtreecommitdiff
path: root/include/asterisk/stasis_http.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/stasis_http.h')
-rw-r--r--include/asterisk/stasis_http.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/stasis_http.h b/include/asterisk/stasis_http.h
index f81a206e6..f20a90106 100644
--- a/include/asterisk/stasis_http.h
+++ b/include/asterisk/stasis_http.h
@@ -166,7 +166,7 @@ void stasis_http_response_no_content(struct stasis_http_response *response);
* \brief Fill in a <tt>Created</tt> (201) \a stasis_http_response.
*/
void stasis_http_response_created(struct stasis_http_response *response,
- const char *url);
+ const char *url, struct ast_json *message);
/*!
* \brief Fill in \a response with a 500 message for allocation failures.