summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2018-03-23 07:02:23 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2018-03-23 07:03:22 +0100
commitbe8ccf9b36d7f9b1cbe07f59ed6425d45ab6d689 (patch)
treed20d54796375bc849930d149a0f385e8534eb50e
parent6f660af40c5eda366e7b439e568be2c70f630a55 (diff)
downloadgnutls-be8ccf9b36d7f9b1cbe07f59ed6425d45ab6d689.tar.gz
doc: added since field in gnutls_record_send2() description
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--lib/hello_ext.c2
-rw-r--r--lib/record.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/lib/hello_ext.c b/lib/hello_ext.c
index 844b570061..7fe8e1056c 100644
--- a/lib/hello_ext.c
+++ b/lib/hello_ext.c
@@ -892,7 +892,7 @@ gnutls_ext_get_data(gnutls_session_t session,
*
* If not called under an extension handler, its value is undefined.
*
- * Since: 3.6.x
+ * Since: 3.6.3
**/
unsigned gnutls_ext_get_current_msg(gnutls_session_t session)
{
diff --git a/lib/record.c b/lib/record.c
index a8ba45032d..e0c6d3679f 100644
--- a/lib/record.c
+++ b/lib/record.c
@@ -1741,6 +1741,8 @@ gnutls_record_send(gnutls_session_t session, const void *data,
* number of bytes sent might be less than @data_size. The maximum
* number of bytes this function can send in a single call depends
* on the negotiated maximum record size.
+ *
+ * Since: 3.6.3
**/
ssize_t
gnutls_record_send2(gnutls_session_t session, const void *data,