Changeset 287d729 in mainline for uspace/lib/c/include/inet/dnsr.h
- Timestamp:
- 2013-04-25T06:45:04Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fff7ef4
- Parents:
- c55cbbf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/inet/dnsr.h
rc55cbbf r287d729 46 46 47 47 extern int dnsr_init(void); 48 extern int dnsr_name2host(c har *, dnsr_hostinfo_t **);48 extern int dnsr_name2host(const char *, dnsr_hostinfo_t **); 49 49 extern void dnsr_hostinfo_destroy(dnsr_hostinfo_t *); 50 50 extern int dnsr_get_srvaddr(inet_addr_t *);
Note:
See TracChangeset
for help on using the changeset viewer.