aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpgrt-int.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2017-02-26 17:47:21 +0000
committerWerner Koch <[email protected]>2017-02-26 17:53:22 +0000
commitbe49b02a56e8b405eeb0c07c80eb24e71e841b4a (patch)
tree2a244f6ee3bf6e3a45b1dfc1352251e0207c6daf /src/gpgrt-int.h
parentw32: Do not use the syscall clamps in pollable mode. (diff)
downloadlibgpg-error-be49b02a56e8b405eeb0c07c80eb24e71e841b4a.tar.gz
libgpg-error-be49b02a56e8b405eeb0c07c80eb24e71e841b4a.zip
Rename internal functions of estream.
* src/estream.c (_gpgrt_es_init): Rename to _gpgrt_estream_init. (es_fill): Rename to fill_stream. (es_fflush): Rename to flush_stream. (es_deinitialize): Rename to deinit_stream_obj. (es_create): Rename to create_stream (es_read_nbf): Rename to do_read_nbf. (es_read_lbf): Rename to do_read_lbf. (es_read_fbf): Rename to do_read_fbf. (es_peek): Rename to peek_stream. (es_skip): Rename to skip_stream. (es_print): Rename to do_print_stream. -- The use of the "es_" was confusing. Avoid that. Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'src/gpgrt-int.h')
-rw-r--r--src/gpgrt-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgrt-int.h b/src/gpgrt-int.h
index d624e84..8a2dae7 100644
--- a/src/gpgrt-int.h
+++ b/src/gpgrt-int.h
@@ -147,7 +147,7 @@ typedef struct _gpgrt_stream_internal *estream_internal_t;
/* Local prototypes for estream. */
-int _gpgrt_es_init (void);
+int _gpgrt_estream_init (void);
void _gpgrt_set_syscall_clamp (void (*pre)(void), void (*post)(void));
void _gpgrt_get_syscall_clamp (void (**r_pre)(void), void (**r_post)(void));