summaryrefslogtreecommitdiffstats
path: root/src/btparser/thread.h
diff options
context:
space:
mode:
authorKarel Klic <kklic@redhat.com>2010-10-14 18:23:59 +0200
committerKarel Klic <kklic@redhat.com>2010-10-14 18:23:59 +0200
commitab45fe20636f305fa8b033d2af8946d75eff7f8a (patch)
treec7000d999e0c72f8e2b1d7b512ba94709a6121a3 /src/btparser/thread.h
parent04fd9f5fcd10dc9bd22818490b5c91388728519c (diff)
downloadabrt-ab45fe20636f305fa8b033d2af8946d75eff7f8a.tar.gz
abrt-ab45fe20636f305fa8b033d2af8946d75eff7f8a.tar.xz
abrt-ab45fe20636f305fa8b033d2af8946d75eff7f8a.zip
btparser integration: use ABRT's strbuf instead of internal one
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);
/**