summaryrefslogtreecommitdiffstats
path: root/bin/sh/expand.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/expand.h')
-rw-r--r--bin/sh/expand.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/sh/expand.h b/bin/sh/expand.h
index 955b8bf..0fbd52a 100644
--- a/bin/sh/expand.h
+++ b/bin/sh/expand.h
@@ -59,9 +59,9 @@ struct arglist {
union node;
-void expandhere __P((union node *, int));
-void expandarg __P((union node *, struct arglist *, int));
-void expari __P((int));
-int patmatch __P((char *, char *, int));
-void rmescapes __P((char *));
-int casematch __P((union node *, char *));
+void expandhere(union node *, int);
+void expandarg(union node *, struct arglist *, int);
+void expari(int);
+int patmatch(char *, char *, int);
+void rmescapes(char *);
+int casematch(union node *, char *);
OpenPOWER on IntegriCloud