aboutsummaryrefslogtreecommitdiff
path: root/output.h
diff options
context:
space:
mode:
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);