aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dns.h
diff options
context:
space:
mode:
Diffstat (limited to 'packet-dns.h')
-rw-r--r--packet-dns.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-dns.h b/packet-dns.h
index 9fefd80edb..e62555a72c 100644
--- a/packet-dns.h
+++ b/packet-dns.h
@@ -2,7 +2,7 @@
* Definitions for packet disassembly structures and routines used both by
* DNS and NBNS.
*
- * $Id: packet-dns.h,v 1.11 2001/07/02 07:17:29 guy Exp $
+ * $Id: packet-dns.h,v 1.12 2002/08/02 23:35:49 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -35,6 +35,6 @@ int get_dns_name(tvbuff_t *, int, int, char *, int);
proto_tree *
add_rr_to_tree(proto_item *, int, tvbuff_t *, int, const char *,
- int, const char *, const char *, u_int, u_short);
+ int, const char *, const char *, guint, gushort);
#endif /* packet-dns.h */