aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dns.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-01-02 09:40:26 +0000
committerGuy Harris <guy@alum.mit.edu>2005-01-02 09:40:26 +0000
commit4d38774957c79b5dbeea488106c861668f7db57e (patch)
treebacc804d9dcd211a6f1a0ca9e455b3f03f4ad536 /epan/dissectors/packet-dns.h
parentbc7a4459e1937316b4edef4a9c95fc14cb04e688 (diff)
Unlike the detailed description of resource record types, the
detailed description of classes is pretty much redundant - remove it. svn path=/trunk/; revision=12925
Diffstat (limited to 'epan/dissectors/packet-dns.h')
-rw-r--r--epan/dissectors/packet-dns.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dns.h b/epan/dissectors/packet-dns.h
index f05d07b90c..924784e2a5 100644
--- a/epan/dissectors/packet-dns.h
+++ b/epan/dissectors/packet-dns.h
@@ -28,7 +28,6 @@
#define __PACKET_DNS_H__
char *dns_class_name(int class);
-char *dns_class_description(int class);
int get_dns_name(tvbuff_t *, int, int, char *, int);