diff options
author | Guy Harris <guy@alum.mit.edu> | 2017-12-10 23:56:16 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2017-12-10 23:56:16 -0800 |
commit | d841ae4103cd15dcba8155f81244bc62105f6b2e (patch) | |
tree | 20ae0304781280fa2b86df75a0deec4ec1e6b07d /nameser.h | |
parent | 3f3f2505f2a02fcc471f7baba884959ccb2233c9 (diff) | |
download | tcpdump-d841ae4103cd15dcba8155f81244bc62105f6b2e.tar.gz |
Get rid of an unused structure.
Diffstat (limited to 'nameser.h')
-rw-r--r-- | nameser.h | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -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_ */ |