summaryrefslogtreecommitdiffstats
path: root/bin/sh/show.h
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1996-12-14 06:20:03 +0000
committersteve <steve@FreeBSD.org>1996-12-14 06:20:03 +0000
commitc58aca035e2c61510b619368861598623eb95e52 (patch)
tree049d84189a59de29d49254b609a318b17ee59387 /bin/sh/show.h
parenta958416f1b4a022c358b94db0b8e6bcc6cb54ee0 (diff)
downloadFreeBSD-src-c58aca035e2c61510b619368861598623eb95e52.zip
FreeBSD-src-c58aca035e2c61510b619368861598623eb95e52.tar.gz
Merge in NetBSD mods and -Wall cleaning.
Obtained from: NetBSD, me
Diffstat (limited to 'bin/sh/show.h')
-rw-r--r--bin/sh/show.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/sh/show.h b/bin/sh/show.h
index 18ffcb6..3625240 100644
--- a/bin/sh/show.h
+++ b/bin/sh/show.h
@@ -31,12 +31,14 @@
* SUCH DAMAGE.
*
* @(#)show.h 1.1 (Berkeley) 5/4/95
- * $Id$
+ * $Id: show.h,v 1.2 1996/09/01 10:21:45 peter Exp $
*/
void showtree __P((union node *));
+#ifdef DEBUG
void trputc __P((int));
-void shtrace __P((const char *, ...));
+void trace __P((const char *, ...));
void trputs __P((char *));
void trargs __P((char **));
void opentrace __P((void));
+#endif
OpenPOWER on IntegriCloud