Changeset 287d729 in mainline for uspace/lib/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
- Location:
- uspace/lib/c
- Files:
-
- 2 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); -
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.