aboutsummaryrefslogtreecommitdiffstats
path: root/src/estream.c
diff options
context:
space:
mode:
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;