summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-02-23 18:54:24 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-02-23 18:54:24 +0100
commit2fa2546be742aebfd97d039cabd86d941d7bc04f (patch)
tree1329c59af7c989d1986cfa4b75431d2c24247749
parenta308c1db70cbdaee71aa4b802214ae17a9f3521c (diff)
downloadgnutls-2fa2546be742aebfd97d039cabd86d941d7bc04f.tar.gz
corrected documentation of gnutls_transport_set_vec_push_function in NEWS.
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2abbb4afa7..d6a198184e 100644
--- a/NEWS
+++ b/NEWS
@@ -43,7 +43,7 @@ gnutls_pubkey_verify_data() respectively.
** libgnutls: gnutls_*_export_raw() functions now add leading zero in
integers.
-** libgnutls: Added gnutls_transport_set_push_function2() that
+** libgnutls: Added gnutls_transport_set_vec_push_function() that
can be used to specify a writev() like function. Using that gnutls
can provide more efficient writes to network layer in systems that
support it.