Changeset 287d729 in mainline for uspace/lib/c/generic/dnsr.c
- 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/generic/dnsr.c
rc55cbbf r287d729 59 59 } 60 60 61 int dnsr_name2host(c har *name, dnsr_hostinfo_t **rinfo)61 int dnsr_name2host(const char *name, dnsr_hostinfo_t **rinfo) 62 62 { 63 63 async_exch_t *exch = async_exchange_begin(dnsr_sess);
Note:
See TracChangeset
for help on using the changeset viewer.