aboutsummaryrefslogtreecommitdiffstats
path: root/epan/exported_pdu.h
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2017-01-16 21:51:39 +0100
committerMichael Mann <mmann78@netscape.net>2017-01-17 03:26:04 +0000
commitbaf2612d9e23cb2d992f75b0a21e26a28f3985cc (patch)
treea970bb3b7bbb36684646dd0a1247d5edf03a815a /epan/exported_pdu.h
parent1551f018147cfc097059eaf701909a412c72164b (diff)
exported_pdu: add cleanup function.
Change-Id: Iafc9f1c4b2a0210d8098b37eefc095e740182258 Reviewed-on: https://code.wireshark.org/review/19648 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/exported_pdu.h')
-rw-r--r--epan/exported_pdu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/exported_pdu.h b/epan/exported_pdu.h
index 0512ba1684..8a3beb57c8 100644
--- a/epan/exported_pdu.h
+++ b/epan/exported_pdu.h
@@ -229,6 +229,8 @@ WS_DLL_PUBLIC exp_pdu_data_item_t exp_pdu_data_orig_frame_num;
extern void export_pdu_init(void);
+extern void export_pdu_cleanup(void);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */