24 #ifndef ASTERISK_DNS_TXT_H
25 #define ASTERISK_DNS_TXT_H
27 #if defined(__cplusplus) || defined(c_plusplus)
60 #if defined(__cplusplus) || defined(c_plusplus)
struct ast_vector_string * ast_dns_txt_get_strings(const struct ast_dns_record *record)
Get the character strings from this TXT record.
size_t ast_dns_txt_get_count(const struct ast_dns_record *record)
Get the number of character strings in a TXT record.
void ast_dns_txt_free_strings(struct ast_vector_string *strings)
Free strings returned by ast_dns_txt_get_strings.
String vector definitions.