fred-mod-whoisd-3.10.0
|
Structure holding contact data. More...
#include <whois-client.h>
Data Fields | |
char * | contact |
Handle of contact. More... | |
char * | org |
Organization name. More... | |
char * | name |
Name of contact. More... | |
char ** | address |
Address information. More... | |
char * | phone |
Phone number. More... | |
char * | fax_no |
Fax number. More... | |
char * | e_mail |
Email. More... | |
char * | registrar |
Handle of registrar. More... | |
char * | created |
Date of contact creation. More... | |
char * | changed |
Last update of contact. More... | |
int | disclose |
Whether this contact is published: 1 for true if this flag is set, only contact and registrar field are allocated. | |
Structure holding contact data.
char** obj_contact::address |
Address information.
Referenced by get_contact_by_handle(), print_contact_object(), and whois_release_data().
char* obj_contact::changed |
Last update of contact.
Referenced by get_contact_by_handle(), print_contact_object(), and whois_release_data().
char* obj_contact::contact |
Handle of contact.
Referenced by check_duplicates(), get_contact_by_handle(), print_contact_object(), and whois_release_data().
char* obj_contact::created |
Date of contact creation.
Referenced by get_contact_by_handle(), print_contact_object(), and whois_release_data().
char* obj_contact::e_mail |
Email.
Referenced by get_contact_by_handle(), print_contact_object(), and whois_release_data().
char* obj_contact::fax_no |
Fax number.
Referenced by get_contact_by_handle(), print_contact_object(), and whois_release_data().
char* obj_contact::name |
Name of contact.
Referenced by get_contact_by_handle(), print_contact_object(), and whois_release_data().
char* obj_contact::org |
Organization name.
Referenced by get_contact_by_handle(), print_contact_object(), and whois_release_data().
char* obj_contact::phone |
Phone number.
Referenced by get_contact_by_handle(), print_contact_object(), and whois_release_data().
char* obj_contact::registrar |
Handle of registrar.
Referenced by get_contact_by_handle(), print_contact_object(), and whois_release_data().