summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/tr_stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/trace/tr_stream.h')
-rw-r--r--src/gallium/drivers/trace/tr_stream.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/trace/tr_stream.h b/src/gallium/drivers/trace/tr_stream.h
index 679c4a725d..6111174d6a 100644
--- a/src/gallium/drivers/trace/tr_stream.h
+++ b/src/gallium/drivers/trace/tr_stream.h
@@ -39,11 +39,12 @@
#include "pipe/p_compiler.h"
+
struct trace_stream;
struct trace_stream *
-trace_stream_create(const char *name, const char *ext);
+trace_stream_create(const char *filename);
boolean
trace_stream_write(struct trace_stream *stream, const void *data, size_t size);