summaryrefslogtreecommitdiffstats
path: root/src/btparser/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/btparser/thread.h')
-rw-r--r--src/btparser/thread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/btparser/thread.h b/src/btparser/thread.h
index b9f0973d..f7287385 100644
--- a/src/btparser/thread.h
+++ b/src/btparser/thread.h
@@ -27,7 +27,7 @@ extern "C" {
#endif
struct btp_frame;
-struct btp_strbuf;
+struct strbuf;
struct btp_location;
/**
@@ -175,7 +175,7 @@ btp_thread_remove_frames_below_n(struct btp_thread *thread,
*/
void
btp_thread_append_to_str(struct btp_thread *thread,
- struct btp_strbuf *str,
+ struct strbuf *str,
bool verbose);
/**