Changeset dc95342 in mainline for uspace/srv/net/dnsres/query.h
- Timestamp:
- 2013-04-22T06:45:49Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 31e9fe0
- Parents:
- 7262f89
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/dnsres/query.h
r7262f89 rdc95342 1 1 /* 2 * Copyright (c) 201 2Jiri Svoboda2 * Copyright (c) 2013 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 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 **); 42 extern void dns_hostinfo_destroy(dns_host_info_t *); 42 43 43 44 #endif
Note:
See TracChangeset
for help on using the changeset viewer.