Changes in uspace/lib/c/include/inet/dnsr.h [a62ceaf:b7fd2a0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/inet/dnsr.h
ra62ceaf rb7fd2a0 50 50 } dnsr_hostinfo_t; 51 51 52 extern int dnsr_init(void);53 extern int dnsr_name2host(const char *, dnsr_hostinfo_t **, ip_ver_t);52 extern errno_t dnsr_init(void); 53 extern errno_t dnsr_name2host(const char *, dnsr_hostinfo_t **, ip_ver_t); 54 54 extern void dnsr_hostinfo_destroy(dnsr_hostinfo_t *); 55 extern int dnsr_get_srvaddr(inet_addr_t *);56 extern int dnsr_set_srvaddr(inet_addr_t *);55 extern errno_t dnsr_get_srvaddr(inet_addr_t *); 56 extern errno_t dnsr_set_srvaddr(inet_addr_t *); 57 57 58 58 #endif
Note:
See TracChangeset
for help on using the changeset viewer.