From b84c1ee0d637108a74066e0da50cb132273020e9 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 21 Aug 2014 19:50:01 +0200 Subject: Add missing redefine macros to cleanup the external symbols. --- src/estream.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/estream.c') 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; -- cgit v1.2.3