aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap_opttypes.h
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2016-06-15 18:06:04 -0700
committerPascal Quantin <pascal.quantin@gmail.com>2016-06-16 01:59:33 +0000
commit37c40bd7cf76e9df71bd51c10c94c279496393f8 (patch)
tree17df0ec94bde362c6744078905264273717cd757 /wiretap/wtap_opttypes.h
parent60578aa16f4f27d37ea0a90e964c58cc1dc22953 (diff)
Export wtap_optionblock_copy_options() symbol
It can be useful for wiretap plugins Change-Id: Ic56e4357ba3bfcef30d13615efc1361399c3133e Reviewed-on: https://code.wireshark.org/review/15955 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'wiretap/wtap_opttypes.h')
-rw-r--r--wiretap/wtap_opttypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/wtap_opttypes.h b/wiretap/wtap_opttypes.h
index 92c9ff47cf..145c9543e6 100644
--- a/wiretap/wtap_opttypes.h
+++ b/wiretap/wtap_opttypes.h
@@ -347,7 +347,7 @@ wtap_optionblock_get_option_custom(wtap_optionblock_t block, guint option_id, vo
* @param[in] dest_block Block to be copied to
* @param[in] src_block Block to be copied from
*/
-void wtap_optionblock_copy_options(wtap_optionblock_t dest_block, wtap_optionblock_t src_block);
+WS_DLL_PUBLIC void wtap_optionblock_copy_options(wtap_optionblock_t dest_block, wtap_optionblock_t src_block);
typedef void (*wtap_optionblock_foreach_func)(wtap_optionblock_t block, guint option_id, wtap_opttype_e option_type, wtap_option_type* option, void* user_data);