aboutsummaryrefslogtreecommitdiff
path: root/output.h
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@debian.org>2001-07-07 20:56:56 +0200
committerJuan Cespedes <cespedes@debian.org>2001-07-07 20:56:56 +0200
commit21c63a1469bc049d93444b8a15afd685ee251392 (patch)
treef7a91a6bf95ec808cab9a9484fc73e86957bc084 /output.h
parent76040edfd4a9a4cf49ef5b9e0a9a9e28660ae444 (diff)
downloadltrace-21c63a1469bc049d93444b8a15afd685ee251392.tar.gz
Version: 0.3.14
* Assume a syscall is always immediatly followed by a sysret in i386 (fixes bug which prevented ltrace to work properly in any program using signals); I will have to rethink all this and fix it correctly or port it to non-i386 archs * Fixed -n option: now it is done in output.c (this still has problems when tracing more than one process at a time)
Diffstat (limited to 'output.h')
-rw-r--r--output.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/output.h b/output.h
index ec73c53..54926c2 100644
--- a/output.h
+++ b/output.h
@@ -6,6 +6,3 @@ 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);