aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Xplugin_api_decls.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2003-11-03 02:46:00 +0000
committerGerald Combs <gerald@wireshark.org>2003-11-03 02:46:00 +0000
commitef0c23b54605d578599d7852e50087ed335e96c9 (patch)
tree85d38eaef5f2e2ff673eadacb03a96eb5fda7f1c /plugins/Xplugin_api_decls.h
parent5903ff03a3b12afa7cb90e27b09137237bf82ebe (diff)
Export get_tempfile_path() to the plugins.
svn path=/trunk/; revision=8863
Diffstat (limited to 'plugins/Xplugin_api_decls.h')
-rw-r--r--plugins/Xplugin_api_decls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Xplugin_api_decls.h b/plugins/Xplugin_api_decls.h
index 0be89e6cfb..8bd4ed6b0a 100644
--- a/plugins/Xplugin_api_decls.h
+++ b/plugins/Xplugin_api_decls.h
@@ -240,5 +240,6 @@ addr_dissector_reset_string p_dissector_reset_string;
addr_dissector_try_string p_dissector_try_string;
addr_dissector_get_string_handle p_dissector_get_string_handle;
addr_get_datafile_path p_get_datafile_path;
+addr_get_tempfile_path p_get_tempfile_path;
addr_register_heur_dissector_list p_register_heur_dissector_list;
addr_dissector_try_heuristic p_dissector_try_heuristic;