getdns_dict_get_list (3) Linux Manual Page
NAME getdns_dict_get, getdns_dict_get_bindata, getdns_dict_get_data_type, getdns_dict_get_dict, getdns_dict_get_int, getdns_dict_get_list, getdns_dict_get_names — get value by name from a getdns dict LIBRARY DNS Resolver library (libgetdns, -lgetdns) SYNOPSIS #include <getdns.h> getdns_return_t getdns_dict_get_bindata (getdns_dict *this_dict, char *name, getdns_bindata **answer) getdns_return_t getdns_dict_get_data_type (getdns_dict *this_dict, char *name, getdns_data_type *answer) getdns_return_t getdns_dict_get_dict (getdns_dict *this_dict, char *name, getdns_dict **answer) getdns_return_t getdns_dict_get_int (getdns_dict *this_dict, char…
