summaryrefslogtreecommitdiff
path: root/nameser.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-12-10 23:56:16 -0800
committerGuy Harris <guy@alum.mit.edu>2017-12-10 23:56:16 -0800
commitd841ae4103cd15dcba8155f81244bc62105f6b2e (patch)
tree20ae0304781280fa2b86df75a0deec4ec1e6b07d /nameser.h
parent3f3f2505f2a02fcc471f7baba884959ccb2233c9 (diff)
downloadtcpdump-d841ae4103cd15dcba8155f81244bc62105f6b2e.tar.gz
Get rid of an unused structure.
Diffstat (limited to 'nameser.h')
-rw-r--r--nameser.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/nameser.h b/nameser.h
index b430c9db..dd593c24 100644
--- a/nameser.h
+++ b/nameser.h
@@ -240,16 +240,4 @@ typedef struct {
#define EDNS0_MASK 0x40 /* 01.... */
# define EDNS0_ELT_BITLABEL 0x01
-/*
- * Structure for passing resource records around.
- */
-struct rrec {
- int16_t r_zone; /* zone number */
- int16_t r_class; /* class number */
- int16_t r_type; /* type number */
- uint32_t r_ttl; /* time to live */
- int r_size; /* size of data area */
- char *r_data; /* pointer to data */
-};
-
#endif /* !_NAMESER_H_ */