summaryrefslogtreecommitdiffstats
path: root/src/btparser/frame.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/frame.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/frame.h')
-rw-r--r--src/btparser/frame.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/btparser/frame.h b/src/btparser/frame.h
index 3cc19c3c..966dd5d2 100644
--- a/src/btparser/frame.h
+++ b/src/btparser/frame.h
@@ -27,7 +27,7 @@
extern "C" {
#endif
-struct btp_strbuf;
+struct strbuf;
struct btp_location;
/**
@@ -234,7 +234,7 @@ btp_frame_add_sibling(struct btp_frame *a,
*/
void
btp_frame_append_to_str(struct btp_frame *frame,
- struct btp_strbuf *str,
+ struct strbuf *str,
bool verbose);
/**
@@ -285,7 +285,7 @@ btp_frame_parse_frame_start(char **input, unsigned *number);
*/
int
btp_frame_parseadd_operator(char **input,
- struct btp_strbuf *target);
+ struct strbuf *target);
/**
* Parses a part of function name from the input.