Deleted Added
full compact
34c34
< * $FreeBSD: head/bin/sh/show.h 75577 2001-04-17 07:46:38Z kris $
---
> * $FreeBSD: head/bin/sh/show.h 90111 2002-02-02 06:50:57Z imp $
37c37
< void showtree __P((union node *));
---
> void showtree(union node *);
39,43c39,43
< void sh_trace __P((const char *, ...)) __printflike(1, 2);
< void trargs __P((char **));
< void trputc __P((int));
< void trputs __P((char *));
< void opentrace __P((void));
---
> void sh_trace(const char *, ...) __printflike(1, 2);
> void trargs(char **);
> void trputc(int);
> void trputs(char *);
> void opentrace(void);