summaryrefslogtreecommitdiff
path: root/include/asterisk/http.h
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2007-02-24 20:29:41 +0000
committerOlle Johansson <oej@edvina.net>2007-02-24 20:29:41 +0000
commit75d387acbc19d236e8417b09ea6a53f6e4e45217 (patch)
tree1affbf2f9fe7a7ec24e319146b7094431b6707e1 /include/asterisk/http.h
parente916cf45da52eac6139c27614f602ffc6cd7dcbf (diff)
Doxygen additions, corrections
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@56665 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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 4cc159be4..94befbc00 100644
--- a/include/asterisk/http.h
+++ b/include/asterisk/http.h
@@ -147,6 +147,7 @@ int ssl_setup(struct tls_config *cfg);
*/
typedef struct ast_str *(*ast_http_callback)(struct sockaddr_in *requestor, const char *uri, struct ast_variable *params, int *status, char **title, int *contentlength);
+/*! \brief Definition of a URI reachable in the embedded HTTP server */
struct ast_http_uri {
AST_LIST_ENTRY(ast_http_uri) entry;
const char *description;