aboutsummaryrefslogtreecommitdiffstats
path: root/epan/export_object.h
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2017-01-16 22:08:12 +0100
committerMichael Mann <mmann78@netscape.net>2017-01-17 15:39:58 +0000
commitbaaff60b3be77a12f952b08b8d7b535f2f91949d (patch)
treeed280f2442aa485845dc02ff867f861b959b3a64 /epan/export_object.h
parentbaf2612d9e23cb2d992f75b0a21e26a28f3985cc (diff)
exported_object: add cleanup function.
Change-Id: If4c35d18db1dc982e981004838e0eabbf4479e78 Reviewed-on: https://code.wireshark.org/review/19653 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/export_object.h')
-rw-r--r--epan/export_object.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/export_object.h b/epan/export_object.h
index bd068e87c4..475b1d8f0d 100644
--- a/epan/export_object.h
+++ b/epan/export_object.h
@@ -135,6 +135,10 @@ WS_DLL_PUBLIC const char *eo_ct2ext(const char *content_type);
*/
WS_DLL_PUBLIC void eo_free_entry(export_object_entry_t *entry);
+/** Free the export objects table
+ */
+extern void export_object_cleanup(void);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */