summaryrefslogtreecommitdiffstats
path: root/bin/sh/expand.h
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-12-26 14:28:54 +0000
committertjr <tjr@FreeBSD.org>2002-12-26 14:28:54 +0000
commit3b9687df3d4851848f5e9ba0830f6c463fed6538 (patch)
tree33198111d52d850381eae7addd1a81f3c76e2923 /bin/sh/expand.h
parent89d815a706976c9d22c30011a3f1df19220d4026 (diff)
downloadFreeBSD-src-3b9687df3d4851848f5e9ba0830f6c463fed6538.zip
FreeBSD-src-3b9687df3d4851848f5e9ba0830f6c463fed6538.tar.gz
Add the "wordexp" shell built-in command which will be used to implement
the POSIX wordexp() function.
Diffstat (limited to 'bin/sh/expand.h')
-rw-r--r--bin/sh/expand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/sh/expand.h b/bin/sh/expand.h
index 0fbd52a..9343bf3 100644
--- a/bin/sh/expand.h
+++ b/bin/sh/expand.h
@@ -65,3 +65,4 @@ void expari(int);
int patmatch(char *, char *, int);
void rmescapes(char *);
int casematch(union node *, char *);
+int wordexpcmd(int, char **);
OpenPOWER on IntegriCloud