move __res_msend_rc declaration to lookup.h
authorRich Felker <dalias@aerifal.cx>
Sat, 8 Sep 2018 00:03:32 +0000 (20:03 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 12 Sep 2018 18:34:30 +0000 (14:34 -0400)
commit432f9f0e315a7df8e0c5dc820f0f77279b908bb1
tree74f7cca77cd533fca1ee53f0c5a0e649942b6f57
parent405102dc5034967f228e8a0a2f25a142caa55400
move __res_msend_rc declaration to lookup.h

unlike the other res/dn functions, this one is tied to struct
resolvconf which is not a public interface, so put it in the private
header for its subsystem.
src/network/lookup.h
src/network/lookup_name.c