Changes in uspace/lib/c/include/inet/dnsr.h [959d2ec:e948fde] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/inet/dnsr.h
r959d2ec re948fde 37 37 38 38 #include <inet/inet.h> 39 #include <inet/addr.h> 39 40 40 41 enum { … … 50 51 51 52 extern int dnsr_init(void); 52 extern int dnsr_name2host(const char *, dnsr_hostinfo_t ** );53 extern int dnsr_name2host(const char *, dnsr_hostinfo_t **, ip_ver_t); 53 54 extern void dnsr_hostinfo_destroy(dnsr_hostinfo_t *); 54 55 extern int dnsr_get_srvaddr(inet_addr_t *);
Note:
See TracChangeset
for help on using the changeset viewer.