From f781548b1d605591d9930401fbad32298222157d Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 28 Apr 1997 03:17:51 +0000 Subject: Reorder declarations slightly. --- bin/sh/show.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/sh/show.h') 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 -- cgit v1.1