fred-mod-whoisd-3.10.2
|
Structure holding registrar data. More...
#include <whois-client.h>
Data Fields | |
char * | registrar |
Handle of registrar. | |
char * | org |
Organization. | |
char * | url |
URL of registrar's web pages. | |
char * | phone |
Phone number. | |
char ** | address |
Address information. |
Structure holding registrar data.
char** obj_registrar::address |
Address information.
Referenced by get_registrar_by_handle(), print_registrar_object(), and whois_release_data().
char* obj_registrar::org |
Organization.
Referenced by get_registrar_by_handle(), print_registrar_object(), and whois_release_data().
char* obj_registrar::phone |
Phone number.
Referenced by get_registrar_by_handle(), print_registrar_object(), and whois_release_data().
char* obj_registrar::registrar |
Handle of registrar.
Referenced by check_duplicates(), get_registrar_by_handle(), print_registrar_object(), and whois_release_data().
char* obj_registrar::url |
URL of registrar's web pages.
Referenced by get_registrar_by_handle(), print_registrar_object(), and whois_release_data().