fred-mod-whoisd-3.10.0
|
Structure able to hold any of the five types of whois objects. More...
#include <whois-client.h>
Data Fields | |
int | type |
Object type number. | |
union { | |
obj_domain d | |
obj_nsset n | |
obj_keyset k | |
obj_contact c | |
obj_registrar r | |
} | obj |
Union that can represent any of the objects. |
Structure able to hold any of the five types of whois objects.
Object type number.
Referenced by copy_domain(), copy_keyset(), copy_nsset(), get_contact_by_handle(), get_registrar_by_handle(), translate_status(), whois_corba_call(), and whois_release_data().