diff options
| author | Steve Price <steve@FreeBSD.org> | 1997-04-28 03:17:51 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1997-04-28 03:17:51 +0000 |
| commit | 115359949d321e33b7fd4149e8ca3423678efb0d (patch) | |
| tree | b7664470d08b11bce5c45b8a69db70b263735eb7 /bin | |
| parent | 904a3dc819c390f19816bfe113edc5f90182b1cf (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/sh/show.h | 6 |
1 files 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 |
