aboutsummaryrefslogtreecommitdiff
path: root/output.h
blob: 714078f88fdc44115b907b85c85cd42529ea5eb7 (plain)
1
2
3
4
5
6
7
struct Process;
struct library_symbol;
void output_line(struct Process *proc, char *fmt, ...);
void output_left(enum tof type, struct Process *proc,
		 struct library_symbol *libsym);
void output_right(enum tof type, struct Process *proc,
		  struct library_symbol *libsym);