mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
add a destroy API call for a server instance
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@105804 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -166,4 +166,11 @@ void *ast_make_file_from_fd(void *data);
|
||||
HOOK_T ast_tcptls_server_read(struct ast_tcptls_server_instance *ser, void *buf, size_t count);
|
||||
HOOK_T ast_tcptls_server_write(struct ast_tcptls_server_instance *ser, void *buf, size_t count);
|
||||
|
||||
/*!
|
||||
* \brief Destroy a server instance
|
||||
*
|
||||
* \return NULL for convenience
|
||||
*/
|
||||
struct ast_tcptls_server_instance *ast_tcptls_server_instance_destroy(struct ast_tcptls_server_instance *i);
|
||||
|
||||
#endif /* _ASTERISK_SERVER_H */
|
||||
|
Reference in New Issue
Block a user