aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/librdns/rdns.h2
-rw-r--r--contrib/librdns/util.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/librdns/rdns.h b/contrib/librdns/rdns.h
index 4fa5a1521..8aca1f9f6 100644
--- a/contrib/librdns/rdns.h
+++ b/contrib/librdns/rdns.h
@@ -397,7 +397,7 @@ enum rdns_request_type rdns_type_fromstr (const char *str);
* @return
*/
const char *
-str_from_rdns_type (enum rdns_request_type rcode);
+rdns_str_from_type (enum rdns_request_type rcode);
/**
* Parse string and return error code
diff --git a/contrib/librdns/util.c b/contrib/librdns/util.c
index 11578a172..c9480beb6 100644
--- a/contrib/librdns/util.c
+++ b/contrib/librdns/util.c
@@ -290,7 +290,7 @@ rdns_type_fromstr (const char *str)
}
const char *
-str_from_rdns_type (enum rdns_request_type rcode)
+rdns_str_from_type (enum rdns_request_type rcode)
{
switch (rcode) {
case RDNS_REQUEST_INVALID: