aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/pcap-common.c
diff options
context:
space:
mode:
authorBalint Reczey <balint@balintreczey.hu>2013-02-28 22:17:06 +0000
committerBalint Reczey <balint@balintreczey.hu>2013-02-28 22:17:06 +0000
commit4cf12b41be9b7cbaf6829e575d38911aebaa47b6 (patch)
tree8864cee3066391aa68906768bb288b54a4a19720 /wiretap/pcap-common.c
parent383d73be0584953661099cae0b275086f6582692 (diff)
Revert "Fix MSVC build errors related to symbol visibility"
This reverts commit r47952. The problem was different from what I originally thought, thus the commit was obsolete. svn path=/trunk/; revision=47954
Diffstat (limited to 'wiretap/pcap-common.c')
-rw-r--r--wiretap/pcap-common.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/wiretap/pcap-common.c b/wiretap/pcap-common.c
index 4d2555549c..12f3423225 100644
--- a/wiretap/pcap-common.c
+++ b/wiretap/pcap-common.c
@@ -592,7 +592,6 @@ static const struct {
};
#define NUM_PCAP_ENCAPS (sizeof pcap_to_wtap_map / sizeof pcap_to_wtap_map[0])
-WS_DLL_PUBLIC
int
wtap_pcap_encap_to_wtap_encap(int encap)
{
@@ -605,7 +604,6 @@ wtap_pcap_encap_to_wtap_encap(int encap)
return WTAP_ENCAP_UNKNOWN;
}
-WS_DLL_PUBLIC
int
wtap_wtap_encap_to_pcap_encap(int encap)
{
@@ -662,7 +660,6 @@ wtap_wtap_encap_to_pcap_encap(int encap)
return -1;
}
-WS_DLL_PUBLIC
gboolean
wtap_encap_requires_phdr(int encap) {
if (