summaryrefslogtreecommitdiff
path: root/third_party/srtp/include/srtp.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/srtp/include/srtp.h')
-rw-r--r--third_party/srtp/include/srtp.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/third_party/srtp/include/srtp.h b/third_party/srtp/include/srtp.h
index bb9387f3..9fd3a575 100644
--- a/third_party/srtp/include/srtp.h
+++ b/third_party/srtp/include/srtp.h
@@ -258,6 +258,16 @@ err_status_t
srtp_init(void);
/**
+ * @brief srtp_deinit() deinitializes the srtp library.
+ *
+ * @warning This function @b must be called on quitting application or
+ * after srtp is no longer used.
+ */
+
+err_status_t
+srtp_deinit(void);
+
+/**
* @brief srtp_protect() is the Secure RTP sender-side packet processing
* function.
*