summaryrefslogtreecommitdiff
path: root/include/asterisk/http.h
diff options
context:
space:
mode:
authorTorrey Searle <torrey@voxbone.com>2016-08-17 15:10:54 +0200
committerJoshua Colp <jcolp@digium.com>2016-08-17 15:33:05 +0000
commit6f448f32fe9b7379e2630fab7b06205f901f2ded (patch)
tree31e7039d0b1d6236308c544667faa4c410418f19 /include/asterisk/http.h
parent455bc789013a5f79ff37d68be4b3847173ecaca7 (diff)
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
Diffstat (limited to 'include/asterisk/http.h')
-rw-r--r--include/asterisk/http.h1
1 files changed, 1 insertions, 0 deletions
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 */