aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-05-21 16:56:50 +0000
committerBill Meier <wmeier@newsguy.com>2008-05-21 16:56:50 +0000
commit59d2c9eb92c8f1192274bb7694f3041639094727 (patch)
treec421bbe573e4098cd7ad8f84135c1f3f0cdb2e9a /epan/packet.h
parentbf018e2a96c5ae82a029c537b7157697ef95c905 (diff)
boolean -> gboolean
svn path=/trunk/; revision=25344
Diffstat (limited to 'epan/packet.h')
-rw-r--r--epan/packet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/packet.h b/epan/packet.h
index ae15b7254d..7d2f5f2baf 100644
--- a/epan/packet.h
+++ b/epan/packet.h
@@ -405,7 +405,7 @@ extern void dissector_dump_decodes(void);
* dissector has been called.
*/
extern void register_postdissector(dissector_handle_t);
-extern boolean have_postdissector();
+extern gboolean have_postdissector();
extern void call_all_postdissectors(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
#ifdef __cplusplus