aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Xplugin_table.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-10-28 21:46:26 +0000
committerGuy Harris <guy@alum.mit.edu>2003-10-28 21:46:26 +0000
commitee2ddb83fc5c402622b3151e4c63b88d917a0fb8 (patch)
tree650b96e48187ad1daaba0e6c0b802288ef523700 /plugins/Xplugin_table.h
parent8a3e69d83256a682d7910ebbcc070d05fe9fd0f0 (diff)
Export "get_datafile_path()", not "get_datafile_dir()" - most if not all
dissectors need only the former, which does the pathname-construction work for you. svn path=/trunk/; revision=8809
Diffstat (limited to 'plugins/Xplugin_table.h')
-rw-r--r--plugins/Xplugin_table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Xplugin_table.h b/plugins/Xplugin_table.h
index fad628cc6f..90f61335af 100644
--- a/plugins/Xplugin_table.h
+++ b/plugins/Xplugin_table.h
@@ -239,4 +239,4 @@ typedef void (*addr_dissector_change_string) (const char *, gchar *, dissector_h
typedef void (*addr_dissector_reset_string) (const char *, const gchar *);
typedef gboolean (*addr_dissector_try_string) (dissector_table_t, const gchar *, tvbuff_t *, packet_info *, proto_tree *);
typedef dissector_handle_t (*addr_dissector_get_string_handle) (dissector_table_t, const gchar *);
-typedef const char *(*addr_get_datafile_dir) (void);
+typedef char *(*addr_get_datafile_path) (const char *);