commit | b089e468bd795747670377bce2643807978aa1c2 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Fri Apr 29 14:35:55 2016 -0700 |
committer | Josh Gao <jmgao@google.com> | Fri Apr 29 16:39:50 2016 -0700 |
tree | ce49094ee918d3210844d9937f083dac0607d1a0 | |
parent | d51bc71294e35fb2960288d28858683d9efe14e9 [diff] [blame] |
Remove nonexported _ns_flagdata from public header. Bug: http://b/28178111 Change-Id: I25dca710964099c4e07bf694635db75a72b38508
diff --git a/libc/dns/nameser/ns_parse.c b/libc/dns/nameser/ns_parse.c index 2d6d530..3a1901a 100644 --- a/libc/dns/nameser/ns_parse.c +++ b/libc/dns/nameser/ns_parse.c
@@ -52,6 +52,8 @@ /* Public. */ +struct _ns_flagdata { int mask, shift; }; + /* These need to be in the same order as the nres.h:ns_flag enum. */ const struct _ns_flagdata _ns_flagdata[16] = { { 0x8000, 15 }, /* qr. */