[git] GPG-ERROR - branch, master, updated. libgpg-error-1.27-225-ge0ef812

by Werner Koch cvs at cvs.gnupg.org
Wed Nov 22 11:30:47 CET 2017


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 "Error codes used by GnuPG et al.".

The branch, master has been updated
       via  e0ef8126c20216f79b7ad147c103bb2cf2790c59 (commit)
      from  a950326d20990fa33cee637d5b54d708fff585b2 (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 e0ef8126c20216f79b7ad147c103bb2cf2790c59
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Nov 22 11:26:06 2017 +0100

    core: Do not use the estream_t alias in gpg-error.h.
    
    * src/gpg-error.h.in: Use gpgrt_stream_t in prototypes.
    --
    
    estream_t is not necessary enabled so to keep the namespace clean.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/src/gpg-error.h.in b/src/gpg-error.h.in
index 66e8d08..f157fd8 100644
--- a/src/gpg-error.h.in
+++ b/src/gpg-error.h.in
@@ -917,7 +917,7 @@ enum gpgrt_log_levels
 
 
 /* The next 4 fucntions are not thread-safe - call them early.  */
-void gpgrt_log_set_sink (const char *name, estream_t stream, int fd);
+void gpgrt_log_set_sink (const char *name, gpgrt_stream_t stream, int fd);
 void gpgrt_log_set_socket_dir_cb (const char *(*fnc)(void));
 void gpgrt_log_set_pid_suffix_cb (int (*cb)(unsigned long *r_value));
 void gpgrt_log_set_prefix (const char *text, unsigned int flags);
@@ -927,7 +927,7 @@ void gpgrt_inc_errorcount (void);
 const char *gpgrt_log_get_prefix (unsigned int *flags);
 int  gpgrt_log_test_fd (int fd);
 int  gpgrt_log_get_fd (void);
-estream_t gpgrt_log_get_stream (void);
+gpgrt_stream_t gpgrt_log_get_stream (void);
 
 void gpgrt_log (int level, const char *fmt, ...) GPGRT_ATTR_PRINTF(2,3);
 void gpgrt_logv (int level, const char *fmt, va_list arg_ptr);

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

Summary of changes:
 src/gpg-error.h.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Error codes used by GnuPG et al.
http://git.gnupg.org




More information about the Gnupg-commits mailing list