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