Fixing bad declaration in mdns.h

This commit is contained in:
Christian Huitema 2016-12-22 20:07:31 -08:00
parent 2e46a4b136
commit 1d24c90768
1 changed files with 1 additions and 1 deletions

View File

@ -28,6 +28,6 @@ getdns_return_t
_getdns_submit_mdns_request(getdns_network_req *netreq);
getdns_return_t
getdns_mdns_namespace_check(getdns_dns_req *dnsreq);
_getdns_mdns_namespace_check(getdns_dns_req *dnsreq);
#endif /* MDNS_H */