summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/dns_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/dns_test.c b/main/dns_test.c
index 3d6169259..5ec994aed 100644
--- a/main/dns_test.c
+++ b/main/dns_test.c
@@ -246,7 +246,7 @@ int ast_dns_test_generate_result(struct ast_dns_query *query, void *records, siz
#else /* TEST_FRAMEWORK */
-int ast_dns_test_write_string(struct ast_dns_test_string *string, char *buf)
+int ast_dns_test_write_string(const struct ast_dns_test_string *string, char *buf)
{
return 0;
}