diff options
Diffstat (limited to 'bin/sh/expand.h')
-rw-r--r-- | bin/sh/expand.h | 1 |
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 *); |