aboutsummaryrefslogtreecommitdiff
path: root/output.h
blob: 1ffe095e4661bc3c9302539d6a4db42b5eeb8110 (plain)
1
2
3
4
5
6
7
8
9
#include <sys/types.h>

#include "ltrace.h"

void output_line(struct process * proc, char *fmt, ...);

void output_left(enum tof type, struct process * proc, char * function_name);
void output_right(enum tof type, struct process * proc, char * function_name);