aboutsummaryrefslogtreecommitdiff
path: root/nametoaddr.c
diff options
context:
space:
mode:
Diffstat (limited to 'nametoaddr.c')
-rw-r--r--nametoaddr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nametoaddr.c b/nametoaddr.c
index c944ad36..a8aa827f 100644
--- a/nametoaddr.c
+++ b/nametoaddr.c
@@ -588,8 +588,8 @@ struct eproto {
* warnings we might get from compilers about the lack of a
* declaration.
*/
-PCAP_API struct eproto eproto_db[];
-PCAP_API_DEF struct eproto eproto_db[] = {
+PCAP_EXPORTED_DATA struct eproto eproto_db[];
+PCAP_EXPORTED_DATA_DEF struct eproto eproto_db[] = {
{ "aarp", ETHERTYPE_AARP },
{ "arp", ETHERTYPE_ARP },
{ "atalk", ETHERTYPE_ATALK },