aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dns.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-11-20 12:43:04 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-11-20 12:43:04 +0000
commit62866c78a006cb680358cda2d40d2140cfb0b97d (patch)
treee35b0a570aceccc6f2c60e9ab90574475e6eedee /epan/dissectors/packet-dns.h
parent8fdb6af097162f3fdb41a1db045c40dc1fb61f03 (diff)
Get rid of Warnings.
svn path=/trunk/; revision=39957
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. */