From 115359949d321e33b7fd4149e8ca3423678efb0d Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 28 Apr 1997 03:17:51 +0000 Subject: [PATCH] Reorder declarations slightly. --- bin/sh/show.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/sh/show.h b/bin/sh/show.h index 7bbabda3a257..eb278eed6e74 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