@@ -52,16 +52,16 @@ struct int_string_map
5252
5353extern struct int_string_map const c_dns_rcode_enum [];
5454
55- extern char const * dns_rcode_enum (dns_rcode_t ) __attribute__ ((pure ,nothrow ));
56- extern char const * dns_rcode_text (dns_rcode_t ) __attribute__ ((pure ,nothrow ));
57- extern char const * dns_type_text (dns_type_t ) __attribute__ ((pure ,nothrow ));
58- extern char const * dns_class_text (dns_class_t ) __attribute__ ((pure ,nothrow ));
59- extern char const * dns_op_text (dns_op_t ) __attribute__ ((pure ,nothrow ));
55+ WIN_DLL_EXPORT extern char const * dns_rcode_enum (dns_rcode_t ) __attribute__ ((pure ,nothrow ));
56+ WIN_DLL_EXPORT extern char const * dns_rcode_text (dns_rcode_t ) __attribute__ ((pure ,nothrow ));
57+ WIN_DLL_EXPORT extern char const * dns_type_text (dns_type_t ) __attribute__ ((pure ,nothrow ));
58+ WIN_DLL_EXPORT extern char const * dns_class_text (dns_class_t ) __attribute__ ((pure ,nothrow ));
59+ WIN_DLL_EXPORT extern char const * dns_op_text (dns_op_t ) __attribute__ ((pure ,nothrow ));
6060
61- extern dns_rcode_t dns_rcode_value (char const * ) __attribute__ ((pure ,nothrow ,nonnull ));
61+ WIN_DLL_EXPORT extern dns_rcode_t dns_rcode_value (char const * ) __attribute__ ((pure ,nothrow ,nonnull ));
6262WIN_DLL_EXPORT extern dns_type_t dns_type_value (char const * ) __attribute__ ((pure ,nothrow ,nonnull ));
63- extern dns_class_t dns_class_value (char const * ) __attribute__ ((pure ,nothrow ,nonnull ));
64- extern dns_op_t dns_op_value (char const * ) __attribute__ ((pure ,nothrow ,nonnull ));
63+ WIN_DLL_EXPORT extern dns_class_t dns_class_value (char const * ) __attribute__ ((pure ,nothrow ,nonnull ));
64+ WIN_DLL_EXPORT extern dns_op_t dns_op_value (char const * ) __attribute__ ((pure ,nothrow ,nonnull ));
6565
6666#ifdef __cplusplus
6767 }
0 commit comments