aboutsummaryrefslogtreecommitdiff
path: root/output.h
blob: 54926c223584b5842b52469493d0d2af4695cd3b (plain)
1
2
3
4
5
6
7
8
#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);