From c1b6a796865d11006634f39c765eb12a4bfb556d Mon Sep 17 00:00:00 2001 From: Torrey Searle Date: Wed, 17 Aug 2016 15:10:54 +0200 Subject: res_ari: Add http prefix to generated docs updated the uri handler to include the url prefix of the http server this enables res_ari to add it to the uris when generating docs Change-Id: I279335a2625261a8492206c37219698f42591c2e (cherry picked from commit 6f448f32fe9b7379e2630fab7b06205f901f2ded) --- include/asterisk/http.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/asterisk/http.h') diff --git a/include/asterisk/http.h b/include/asterisk/http.h index bb8973dce..d5f54cc65 100644 --- a/include/asterisk/http.h +++ b/include/asterisk/http.h @@ -101,6 +101,7 @@ struct ast_http_uri { AST_LIST_ENTRY(ast_http_uri) entry; const char *description; const char *uri; + const char *prefix; ast_http_callback callback; unsigned int has_subtree:1; /*! Structure is malloc'd */ -- cgit v1.2.3