aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dns.h
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-11-20 12:43:04 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-11-20 12:43:04 +0000
commit30a81088a92d0fe4e6096319ef06d60659d515b9 (patch)
treee35b0a570aceccc6f2c60e9ab90574475e6eedee /epan/dissectors/packet-dns.h
parent42423cb6793cf7d34a506108b0c583f6cce274e2 (diff)
Get rid of Warnings.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39957 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-dns.h')
-rw-r--r--epan/dissectors/packet-dns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dns.h b/epan/dissectors/packet-dns.h
index b6135e5cf7..048ee37d67 100644
--- a/epan/dissectors/packet-dns.h
+++ b/epan/dissectors/packet-dns.h
@@ -27,7 +27,7 @@
#ifndef __PACKET_DNS_H__
#define __PACKET_DNS_H__
-const char *dns_class_name(int class);
+const char *dns_class_name(int dns_class);
int expand_dns_name(tvbuff_t *, int, int, int, const guchar **);
/* Just like expand_dns_name, but pretty-prints empty names. */