Changeset f85ed4b in mainline for uspace/srv/net/dnsres/query.h
- Timestamp:
- 2012-08-12T17:51:26Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 08a6382
- Parents:
- adae30d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/dnsres/query.h
radae30d rf85ed4b 39 39 #include "dns_type.h" 40 40 41 extern int dns_name2host(c har *, dns_host_info_t *);41 extern int dns_name2host(const char *, dns_host_info_t *); 42 42 43 43 #endif
Note:
See TracChangeset
for help on using the changeset viewer.