Export the right function name.

svn path=/trunk/; revision=53255
This commit is contained in:
Anders Broman 2013-11-11 19:50:17 +00:00
parent 5470356154
commit 98bc5eedbc
1 changed files with 1 additions and 1 deletions

View File

@ -1397,7 +1397,7 @@ void wtap_register_file_type_extension(const struct file_extension_info *ei);
WS_DLL_PUBLIC
void wtap_register_open_routine(wtap_open_routine_t, gboolean has_magic);
WS_DLL_PUBLIC
int wtap_register_file_type(const struct file_type_subtype_info* fi);
int wtap_register_file_type_subtypes(const struct file_type_subtype_info* fi);
WS_DLL_PUBLIC
int wtap_register_encap_type(const char* name, const char* short_name);