Changeset 287d729 in mainline for uspace/lib/c/include/inet/dnsr.h


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/include/inet/dnsr.h

    rc55cbbf r287d729  
    4646
    4747extern int dnsr_init(void);
    48 extern int dnsr_name2host(char *, dnsr_hostinfo_t **);
     48extern int dnsr_name2host(const char *, dnsr_hostinfo_t **);
    4949extern void dnsr_hostinfo_destroy(dnsr_hostinfo_t *);
    5050extern int dnsr_get_srvaddr(inet_addr_t *);
Note: See TracChangeset for help on using the changeset viewer.