aboutsummaryrefslogtreecommitdiffstats
path: root/src/estream.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2014-08-21 17:50:01 +0000
committerWerner Koch <[email protected]>2014-08-25 14:37:45 +0000
commitb84c1ee0d637108a74066e0da50cb132273020e9 (patch)
tree68f918cd84853d4cc0e314584aafad2125fabd08 /src/estream.c
parentAdd estream code from GnuPG. (diff)
downloadlibgpg-error-b84c1ee0d637108a74066e0da50cb132273020e9.tar.gz
libgpg-error-b84c1ee0d637108a74066e0da50cb132273020e9.zip
Add missing redefine macros to cleanup the external symbols.
Diffstat (limited to 'src/estream.c')
-rw-r--r--src/estream.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/estream.c b/src/estream.c
index d211154..8476f8b 100644
--- a/src/estream.c
+++ b/src/estream.c
@@ -2898,7 +2898,7 @@ es_fopencookie (void *ES__RESTRICT cookie,
-estream_t
+static estream_t
do_fdopen (int filedes, const char *mode, int no_close, int with_locked_list)
{
unsigned int modeflags;
@@ -2948,7 +2948,7 @@ es_fdopen_nc (int filedes, const char *mode)
-estream_t
+static estream_t
do_fpopen (FILE *fp, const char *mode, int no_close, int with_locked_list)
{
unsigned int modeflags, cmode;