summaryrefslogtreecommitdiffstats
path: root/bin/sh/show.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/show.h')
-rw-r--r--bin/sh/show.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/sh/show.h b/bin/sh/show.h
index 98ec398..edd4309 100644
--- a/bin/sh/show.h
+++ b/bin/sh/show.h
@@ -34,11 +34,11 @@
* $FreeBSD$
*/
-void showtree __P((union node *));
+void showtree(union node *);
#ifdef DEBUG
-void sh_trace __P((const char *, ...)) __printflike(1, 2);
-void trargs __P((char **));
-void trputc __P((int));
-void trputs __P((char *));
-void opentrace __P((void));
+void sh_trace(const char *, ...) __printflike(1, 2);
+void trargs(char **);
+void trputc(int);
+void trputs(char *);
+void opentrace(void);
#endif
OpenPOWER on IntegriCloud