mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-08 14:17:02 +00:00
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
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user