summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls/gnutlsxx.h
diff options
context:
space:
mode:
authorAlexandre Bique <bique.alexandre@gmail.com>2012-04-18 19:01:31 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-04-18 22:39:41 +0200
commitc79b407a7ed1506f15ce1fb0145f8af285b4fed3 (patch)
treeb8367c3a169d083205b5737751884a920533dd6c /lib/includes/gnutls/gnutlsxx.h
parent598b9af276154667540a89971d30c95d9395c8a1 (diff)
downloadgnutls-c79b407a7ed1506f15ce1fb0145f8af285b4fed3.tar.gz
Add gnutls::session::set_transport_vec_push().
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'lib/includes/gnutls/gnutlsxx.h')
-rw-r--r--lib/includes/gnutls/gnutlsxx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/includes/gnutls/gnutlsxx.h b/lib/includes/gnutls/gnutlsxx.h
index 9be127e369..f30ca73888 100644
--- a/lib/includes/gnutls/gnutlsxx.h
+++ b/lib/includes/gnutls/gnutlsxx.h
@@ -184,6 +184,7 @@ namespace gnutls
void set_transport_lowat (size_t num);
void set_transport_push_function (gnutls_push_func push_func);
+ void set_transport_vec_push_function (gnutls_vec_push_func vec_push_func);
void set_transport_pull_function (gnutls_pull_func pull_func);
void set_user_ptr (void *ptr);