From 2b46cfc1127d390eddd9593fe5ce5399c1f68130 Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Sat, 18 Feb 2012 11:17:29 +0100 Subject: The first crude version of tracing across libraries - the patch will be sliced later --- output.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'output.h') diff --git a/output.h b/output.h index 10a144f..8e4fa46 100644 --- a/output.h +++ b/output.h @@ -1,3 +1,6 @@ -void output_line(Process *proc, char *fmt, ...); -void output_left(enum tof type, Process *proc, const char *function_name); -void output_right(enum tof type, Process *proc, const char *function_name); +struct Process; +void output_line(struct Process *proc, char *fmt, ...); +void output_left(enum tof type, struct Process *proc, + const char *function_name); +void output_right(enum tof type, struct Process *proc, + const char *function_name); -- cgit v1.2.3