From be8ccf9b36d7f9b1cbe07f59ed6425d45ab6d689 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Fri, 23 Mar 2018 07:02:23 +0100 Subject: doc: added since field in gnutls_record_send2() description Signed-off-by: Nikos Mavrogiannopoulos --- lib/hello_ext.c | 2 +- lib/record.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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, -- cgit v1.2.1