gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_11_6-130-ga308


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_11_6-130-ga308c1d
Date: Wed, 23 Feb 2011 17:52:14 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=a308c1db70cbdaee71aa4b802214ae17a9f3521c

The branch, gnutls_2_12_x has been updated
       via  a308c1db70cbdaee71aa4b802214ae17a9f3521c (commit)
      from  1abe917781a83df1b362cd0192a2baff24979201 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a308c1db70cbdaee71aa4b802214ae17a9f3521c
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Wed Feb 23 18:51:48 2011 +0100

    Renamed gnutls_transport_set_push_function2() to 
gnutls_transport_set_vec_push_function().

-----------------------------------------------------------------------

Summary of changes:
 lib/gnutls_buffers.c            |    4 ++--
 lib/gnutls_state.c              |    2 +-
 lib/includes/gnutls/gnutls.h.in |    2 +-
 lib/libgnutls.map               |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/lib/gnutls_buffers.c b/lib/gnutls_buffers.c
index e71476e..5f14815 100644
--- a/lib/gnutls_buffers.c
+++ b/lib/gnutls_buffers.c
@@ -1018,7 +1018,7 @@ gnutls_transport_set_push_function (gnutls_session_t 
session,
 }
 
 /**
- * gnutls_transport_set_push_function2:
+ * gnutls_transport_set_vec_push_function:
  * @session: is a #gnutls_session_t structure.
  * @vec_func: a callback function similar to writev()
  *
@@ -1032,7 +1032,7 @@ gnutls_transport_set_push_function (gnutls_session_t 
session,
  * ssize_t (*gnutls_push_func)(gnutls_transport_ptr_t, const void*, size_t);
  **/
 void
-gnutls_transport_set_push_function2 (gnutls_session_t session,
+gnutls_transport_set_vec_push_function (gnutls_session_t session,
                                      gnutls_vec_push_func vec_func)
 {
   session->internals.push_func = NULL;
diff --git a/lib/gnutls_state.c b/lib/gnutls_state.c
index eb58a86..169a766 100644
--- a/lib/gnutls_state.c
+++ b/lib/gnutls_state.c
@@ -351,7 +351,7 @@ gnutls_init (gnutls_session_t * session, 
gnutls_connection_end_t con_end)
   (*session)->internals.priorities.sr = SR_PARTIAL;
 
 #ifdef HAVE_WRITEV
-  gnutls_transport_set_push_function2 (*session, system_writev);
+  gnutls_transport_set_vec_push_function (*session, system_writev);
 #else
   gnutls_transport_set_push_function (*session, system_write);
 #endif
diff --git a/lib/includes/gnutls/gnutls.h.in b/lib/includes/gnutls/gnutls.h.in
index 438f3a3..cb108be 100644
--- a/lib/includes/gnutls/gnutls.h.in
+++ b/lib/includes/gnutls/gnutls.h.in
@@ -1219,7 +1219,7 @@ extern "C"
   void gnutls_transport_set_lowat (gnutls_session_t session, int num);
 
 
-  void gnutls_transport_set_push_function2 (gnutls_session_t session,
+  void gnutls_transport_set_vec_push_function (gnutls_session_t session,
                                             gnutls_vec_push_func vec_func);
   void gnutls_transport_set_push_function (gnutls_session_t session,
                                            gnutls_push_func push_func);
diff --git a/lib/libgnutls.map b/lib/libgnutls.map
index 1b9d238..9bece54 100644
--- a/lib/libgnutls.map
+++ b/lib/libgnutls.map
@@ -671,7 +671,7 @@ GNUTLS_2_12
        gnutls_pubkey_get_preferred_hash_algorithm;
        gnutls_x509_crt_get_preferred_hash_algorithm;
        gnutls_global_set_mutex;
-        gnutls_transport_set_push_function2;
+        gnutls_transport_set_vec_push_function;
         gnutls_transport_set_errno_function;
 
        gnutls_sec_param_to_pk_bits;


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]