Changeset 287d729 in mainline for uspace/lib/c/generic/dnsr.c


Ignore:
Timestamp:
2013-04-25T06:45:04Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fff7ef4
Parents:
c55cbbf
Message:

Hostname resolution in nterm and nettest1-3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/dnsr.c

    rc55cbbf r287d729  
    5959}
    6060
    61 int dnsr_name2host(char *name, dnsr_hostinfo_t **rinfo)
     61int dnsr_name2host(const char *name, dnsr_hostinfo_t **rinfo)
    6262{
    6363        async_exch_t *exch = async_exchange_begin(dnsr_sess);
Note: See TracChangeset for help on using the changeset viewer.