From ab45fe20636f305fa8b033d2af8946d75eff7f8a Mon Sep 17 00:00:00 2001 From: Karel Klic Date: Thu, 14 Oct 2010 18:23:59 +0200 Subject: btparser integration: use ABRT's strbuf instead of internal one --- src/btparser/thread.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/btparser/thread.h') 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); /** -- cgit