xref: /original-bsd/bin/sh/show.h (revision b3c06cab)
1 /*-
2  * Copyright (c) 1995
3  *      The Regents of the University of California.  All rights reserved.
4  *
5  * %sccs.include.redist.c%
6  *
7  *	@(#)show.h	1.1 (Berkeley) 05/04/95
8  */
9 
10 void showtree __P((union node *));
11 void trputc __P((int));
12 void trace __P((const char *, ...));
13 void trputs __P((char *));
14 void trargs __P((char **));
15 void opentrace __P((void));
16