Changeset 3e66428 in mainline for uspace/lib/c/include/inet/dnsr.h
- Timestamp:
- 2013-06-20T14:10:51Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 19a4f73
- Parents:
- b49d872
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/inet/dnsr.h
rb49d872 r3e66428 37 37 38 38 #include <inet/inet.h> 39 #include <inet/addr2.h> 39 40 40 41 enum { … … 46 47 char *cname; 47 48 /** Host address */ 48 inet _addr_t addr;49 inet2_addr_t addr; 49 50 } dnsr_hostinfo_t; 50 51 … … 52 53 extern int dnsr_name2host(const char *, dnsr_hostinfo_t **); 53 54 extern void dnsr_hostinfo_destroy(dnsr_hostinfo_t *); 54 extern int dnsr_get_srvaddr(inet _addr_t *);55 extern int dnsr_set_srvaddr(inet _addr_t *);55 extern int dnsr_get_srvaddr(inet2_addr_t *); 56 extern int dnsr_set_srvaddr(inet2_addr_t *); 56 57 57 58 #endif
Note:
See TracChangeset
for help on using the changeset viewer.