summaryrefslogtreecommitdiffstats
path: root/bin/sh/expand.h
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2014-02-26 21:38:42 +0000
committerjilles <jilles@FreeBSD.org>2014-02-26 21:38:42 +0000
commitcd2fb30b688a39a31956c0559e2983d0654eeb4a (patch)
treecdae6546e2e9e047478beff18f6a5899c1ce2068 /bin/sh/expand.h
parent040588f2e53028e3696d31d05700e00bb589c327 (diff)
downloadFreeBSD-src-cd2fb30b688a39a31956c0559e2983d0654eeb4a.zip
FreeBSD-src-cd2fb30b688a39a31956c0559e2983d0654eeb4a.tar.gz
sh: Make expari() static.
Diffstat (limited to 'bin/sh/expand.h')
-rw-r--r--bin/sh/expand.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/sh/expand.h b/bin/sh/expand.h
index 8d44321..7495a63 100644
--- a/bin/sh/expand.h
+++ b/bin/sh/expand.h
@@ -58,6 +58,5 @@ struct arglist {
union node;
void expandarg(union node *, struct arglist *, int);
-void expari(int);
void rmescapes(char *);
int casematch(union node *, const char *);
OpenPOWER on IntegriCloud