output.h revision 21c63a1469bc049d93444b8a15afd685ee251392
1#include <sys/types.h>
2
3#include "ltrace.h"
4
5void output_line(struct process * proc, char *fmt, ...);
6
7void output_left(enum tof type, struct process * proc, char * function_name);
8void output_right(enum tof type, struct process * proc, char * function_name);
9