@@ -20,10 +20,11 @@ #include #include #include #include +#import "OFDNSResourceRecord.h" #import "OFHTTPRequest.h" #import "OFStdIOStream.h" #import "OFString.h" #import "amiga-library.h" @@ -110,10 +111,14 @@ extern uint16_t glue_of_socket_address_get_port(void); extern void glue_of_socket_address_set_ipx_network(void); extern uint32_t glue_of_socket_address_get_ipx_network(void); extern void glue_of_socket_address_set_ipx_node(void); extern void glue_of_socket_address_get_ipx_node(void); +extern OFString *glue_of_dns_class_to_string(void); +extern OFString *glue_of_dns_record_type_to_string(void); +extern of_dns_class_t glue_of_dns_class_parse(void); +extern of_dns_record_type_t glue_of_dns_record_type_parse(void); #ifdef OF_AMIGAOS_M68K void __init_eh(void) { @@ -693,10 +698,14 @@ (CONST_APTR)glue_of_socket_address_get_port, (CONST_APTR)glue_of_socket_address_set_ipx_network, (CONST_APTR)glue_of_socket_address_get_ipx_network, (CONST_APTR)glue_of_socket_address_set_ipx_node, (CONST_APTR)glue_of_socket_address_get_ipx_node, + (CONST_APTR)glue_of_dns_class_to_string, + (CONST_APTR)glue_of_dns_record_type_to_string, + (CONST_APTR)glue_of_dns_class_parse, + (CONST_APTR)glue_of_dns_record_type_parse, (CONST_APTR)-1, #ifdef OF_MORPHOS (CONST_APTR)FUNCARRAY_END #endif };