75 |
extern struct firedns_result *firedns_getresult(const int); |
extern struct firedns_result *firedns_getresult(const int); |
76 |
|
|
77 |
/* low-timeout blocking functions */ |
/* low-timeout blocking functions */ |
78 |
extern char *firedns_resolveip(int, const char *const); |
extern void *firedns_resolveip(int, const char *const); |
79 |
extern struct in_addr *firedns_resolveip4(const char *const); |
extern struct in_addr *firedns_resolveip4(const char *const); |
80 |
extern struct in6_addr *firedns_resolveip6(const char *const); |
extern struct in6_addr *firedns_resolveip6(const char *const); |
81 |
|
|