summaryrefslogtreecommitdiffstats
path: root/bin/sh/input.c
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2012-01-01 22:17:12 +0000
committerjilles <jilles@FreeBSD.org>2012-01-01 22:17:12 +0000
commit8152f4c1927b535528fef82bc9449a9ffcfbfae5 (patch)
treec9bf6a1be78ff3a781bf9a2df71ecff91e72ee4f /bin/sh/input.c
parentbbd60abdf3ff8bb1ab2fbb59c1a4df2ee213f69e (diff)
downloadFreeBSD-src-8152f4c1927b535528fef82bc9449a9ffcfbfae5.zip
FreeBSD-src-8152f4c1927b535528fef82bc9449a9ffcfbfae5.tar.gz
sh: Make various functions static.
Diffstat (limited to 'bin/sh/input.c')
-rw-r--r--bin/sh/input.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/sh/input.c b/bin/sh/input.c
index c8b1a45..671bbdf 100644
--- a/bin/sh/input.c
+++ b/bin/sh/input.c
@@ -106,6 +106,7 @@ EditLine *el; /* cookie for editline package */
static void pushfile(void);
static int preadfd(void);
+static void popstring(void);
#ifdef mkinit
INCLUDE "input.h"
@@ -372,7 +373,7 @@ pushstring(char *s, int len, void *ap)
INTON;
}
-void
+static void
popstring(void)
{
struct strpush *sp = parsefile->strpush;
OpenPOWER on IntegriCloud