summaryrefslogtreecommitdiffstats
path: root/bin/sh/expand.h
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/expand.h
parentbbd60abdf3ff8bb1ab2fbb59c1a4df2ee213f69e (diff)
downloadFreeBSD-src-8152f4c1927b535528fef82bc9449a9ffcfbfae5.zip
FreeBSD-src-8152f4c1927b535528fef82bc9449a9ffcfbfae5.tar.gz
sh: Make various functions 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 5029552..8114e2b 100644
--- a/bin/sh/expand.h
+++ b/bin/sh/expand.h
@@ -60,6 +60,5 @@ union node;
void expandhere(union node *, int);
void expandarg(union node *, struct arglist *, int);
void expari(int);
-int patmatch(const char *, const char *, int);
void rmescapes(char *);
int casematch(union node *, const char *);
OpenPOWER on IntegriCloud