fix res_mkquery and res_send prototypes in resolv.h
authorSzabolcs Nagy <nsz@port70.net>
Wed, 4 Dec 2013 21:31:39 +0000 (21:31 +0000)
committerSzabolcs Nagy <nsz@port70.net>
Wed, 4 Dec 2013 21:31:39 +0000 (21:31 +0000)
commitccbc365543ff5f0f29654edcb809b2953024c383
treef876c2a0107a38a78f6bae9ca9c71804a13253b9
parent83c8fe505817d051ec17ada568645221da80567d
fix res_mkquery and res_send prototypes in resolv.h

historically these functions appeared in BSD 4.3 without prototypes,
then in the bind project prototypes were added to resolv.h, but those
were incompatible with the definitions of the implementation.
the bind resolv.h became the defacto api most systems use now, but the
old internal definitions found their way into the linux manuals and thus
into musl.
include/resolv.h