summaryrefslogtreecommitdiffstats
path: root/bin/sh/show.h
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1997-04-28 03:17:51 +0000
committersteve <steve@FreeBSD.org>1997-04-28 03:17:51 +0000
commitf781548b1d605591d9930401fbad32298222157d (patch)
tree576b26325d6e2269f0f5f74356ac0e655235808d /bin/sh/show.h
parent1da8ca45aafda53027cc0693b48ef75bfb1faccf (diff)
downloadFreeBSD-src-f781548b1d605591d9930401fbad32298222157d.zip
FreeBSD-src-f781548b1d605591d9930401fbad32298222157d.tar.gz
Reorder declarations slightly.
Diffstat (limited to 'bin/sh/show.h')
-rw-r--r--bin/sh/show.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/sh/show.h b/bin/sh/show.h
index 7bbabda..eb278ee 100644
--- a/bin/sh/show.h
+++ b/bin/sh/show.h
@@ -31,14 +31,14 @@
* SUCH DAMAGE.
*
* @(#)show.h 1.1 (Berkeley) 5/4/95
- * $Id$
+ * $Id: show.h,v 1.5 1997/02/22 13:58:46 peter Exp $
*/
void showtree __P((union node *));
#ifdef DEBUG
-void trputc __P((int));
void trace __P((const char *, ...));
-void trputs __P((char *));
void trargs __P((char **));
+void trputc __P((int));
+void trputs __P((char *));
void opentrace __P((void));
#endif
OpenPOWER on IntegriCloud