aboutsummaryrefslogtreecommitdiff
path: root/output.h
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@debian.org>2001-07-02 00:52:45 +0200
committerJuan Cespedes <cespedes@debian.org>2001-07-02 00:52:45 +0200
commit5b3ffdf2e696273d38434ff7b3c26349fff5a0ea (patch)
treee2dfad2260e9d75ab483d8e92ed82d916bf69f39 /output.h
parent2f93d96a05b3d2b38a777ff0333e803cc84f8feb (diff)
downloadltrace-5b3ffdf2e696273d38434ff7b3c26349fff5a0ea.tar.gz
Version: 0.3.11
* Clean up lintian bugs * Fixed small bug reading start of arguments in config file * Keep a stack of nested calls (Morten Eriksen, 1999-07-04) * Add "--indent" option (Morten Eriksen, 1999-07-04) * cleans up connection between a breakpoint address and a call instance (Morten Eriksen, 1999-07-04) * New Standards-Version (3.5.5)
Diffstat (limited to 'output.h')
-rw-r--r--output.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/output.h b/output.h
index 1ffe095..ec73c53 100644
--- a/output.h
+++ b/output.h
@@ -7,3 +7,5 @@ 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);
+void output_increase_indent(void);
+void output_decrease_indent(void);