aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-05-21 16:40:15 +0000
committerBill Meier <wmeier@newsguy.com>2008-05-21 16:40:15 +0000
commitad761ed3fdc3ab30dbed6f5676c8ffcdc0b7eb2b (patch)
treeb5169cbf476e5b32f55e429495c10ca6af75f5c7 /epan/packet.h
parent5a43cd63588c88eaa0ca26217714d74a6422d4d6 (diff)
Add missing have_postdissector(); (Hopefully what was intended).
svn path=/trunk/; revision=25342
Diffstat (limited to 'epan/packet.h')
-rw-r--r--epan/packet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/packet.h b/epan/packet.h
index 0ccb278576..ae15b7254d 100644
--- a/epan/packet.h
+++ b/epan/packet.h
@@ -405,6 +405,7 @@ extern void dissector_dump_decodes(void);
* dissector has been called.
*/
extern void register_postdissector(dissector_handle_t);
+extern boolean have_postdissector();
extern void call_all_postdissectors(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
#ifdef __cplusplus