diff options
Diffstat (limited to 'contrib/librdns/packet.h')
-rw-r--r-- | contrib/librdns/packet.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/contrib/librdns/packet.h b/contrib/librdns/packet.h index f4c09b900..6d22de4e0 100644 --- a/contrib/librdns/packet.h +++ b/contrib/librdns/packet.h @@ -44,16 +44,6 @@ void rdns_make_dns_header (struct rdns_request *req, unsigned int qcount); /** - * Format DNS name of the packet - * @param req request - * @param name name string - * @param namelen length of name - */ -bool rdns_format_dns_name (struct rdns_resolver *resolver, - const char *name, size_t namelen, - char **out, size_t *outlen); - -/** * Add a resource record to the DNS packet * @param req request * @param name requested name |