From 8bbef5f996078b5065cf54567b4af166186afb03 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Wed, 12 Mar 2008 22:13:18 +0000 Subject: 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 --- include/asterisk/http.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/asterisk/http.h') 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 { -- cgit v1.2.3