aboutsummaryrefslogtreecommitdiff
path: root/output.h
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-10-27 00:49:05 +0200
committerPetr Machata <pmachata@redhat.com>2012-10-27 00:49:05 +0200
commitefc9436b1ac30e73347696cf3fcfc9ad3f60772f (patch)
tree0c486b9e0cd1376b9c4bc9b43880de41da9cf68c /output.h
parentdd1ec8452785adb3546a7f1e20974187e5158f31 (diff)
downloadltrace-efc9436b1ac30e73347696cf3fcfc9ad3f60772f.tar.gz
Fix coding style in output_line and calls to it
Diffstat (limited to 'output.h')
-rw-r--r--output.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/output.h b/output.h
index 481a385..49b314a 100644
--- a/output.h
+++ b/output.h
@@ -22,7 +22,7 @@
#include "forward.h"
-void output_line(struct Process *proc, char *fmt, ...);
+void output_line(struct Process *proc, const char *fmt, ...);
void output_left(enum tof type, struct Process *proc,
struct library_symbol *libsym);
void output_right(enum tof type, struct Process *proc,