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