summaryrefslogtreecommitdiff
path: root/lib/record.c
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 /lib/record.c
parent6f660af40c5eda366e7b439e568be2c70f630a55 (diff)
downloadgnutls-be8ccf9b36d7f9b1cbe07f59ed6425d45ab6d689.tar.gz
doc: added since field in gnutls_record_send2() description
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'lib/record.c')
-rw-r--r--lib/record.c2
1 files changed, 2 insertions, 0 deletions
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,