summaryrefslogtreecommitdiff
path: root/include/asterisk/http.h
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2008-03-12 22:13:18 +0000
committerRussell Bryant <russell@russellbryant.com>2008-03-12 22:13:18 +0000
commit8bbef5f996078b5065cf54567b4af166186afb03 (patch)
tree8a8884d949ffae4bada2cff15af9b00b1cecb68e /include/asterisk/http.h
parentff1527de3d1a0038754c90c6fa70668e7796f302 (diff)
Rename ast_tcptls_server_instance to session_instance, since this pertains to
server and client usage. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@108295 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/http.h')
-rw-r--r--include/asterisk/http.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/http.h b/include/asterisk/http.h
index 320d5bc23..10e75d93e 100644
--- a/include/asterisk/http.h
+++ b/include/asterisk/http.h
@@ -65,7 +65,7 @@
content is specified)
\endverbatim
*/
-typedef struct ast_str *(*ast_http_callback)(struct ast_tcptls_server_instance *ser, const char *uri, struct ast_variable *params, int *status, char **title, int *contentlength);
+typedef struct ast_str *(*ast_http_callback)(struct ast_tcptls_session_instance *ser, 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 {