date and time created 95/05/04 17:59:13 by christos
authorChristos Zoulas <christos@ucbvax.Berkeley.EDU>
Fri, 5 May 1995 08:59:13 +0000 (00:59 -0800)
committerChristos Zoulas <christos@ucbvax.Berkeley.EDU>
Fri, 5 May 1995 08:59:13 +0000 (00:59 -0800)
SCCS-vsn: bin/sh/show.h 1.1

usr/src/bin/sh/show.h [new file with mode: 0644]

diff --git a/usr/src/bin/sh/show.h b/usr/src/bin/sh/show.h
new file mode 100644 (file)
index 0000000..2fa7a55
--- /dev/null
@@ -0,0 +1,15 @@
+/*-
+ * Copyright (c) 1995
+ *      The Regents of the University of California.  All rights reserved.
+ *
+ * %sccs.include.redist.c%
+ *
+ *     @(#)show.h      1.1 (Berkeley) %G%
+ */
+
+void showtree __P((union node *));
+void trputc __P((int));
+void trace __P((const char *, ...));
+void trputs __P((char *));
+void trargs __P((char **));
+void opentrace __P((void));