Changes in uspace/srv/net/dnsrsrv/query.h [e948fde:b7fd2a0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/dnsrsrv/query.h
re948fde rb7fd2a0 40 40 #include "dns_type.h" 41 41 42 extern int dns_name2host(const char *, dns_host_info_t **, ip_ver_t);42 extern errno_t dns_name2host(const char *, dns_host_info_t **, ip_ver_t); 43 43 extern void dns_hostinfo_destroy(dns_host_info_t *); 44 44
Note:
See TracChangeset
for help on using the changeset viewer.