Changeset 0aa70f4 in mainline for uspace/srv/net/dnsrsrv/query.h
- Timestamp:
- 2013-07-19T13:23:00Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cd18cd1
- Parents:
- 44c9ef4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/dnsrsrv/query.h
r44c9ef4 r0aa70f4 39 39 #include "dns_type.h" 40 40 41 extern int dns_name2host(const char *, dns_host_info_t ** );41 extern int dns_name2host(const char *, dns_host_info_t **, uint16_t); 42 42 extern void dns_hostinfo_destroy(dns_host_info_t *); 43 43
Note:
See TracChangeset
for help on using the changeset viewer.