Last remaining prototype issue that still hasn't been fixed upstream.

This commit is contained in:
Dag-Erling Smørgrav 2013-04-09 13:16:11 +00:00
parent d6e492fe3d
commit f722e1909c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=249308
2 changed files with 1 additions and 3 deletions

View File

@ -771,9 +771,6 @@ ldns_dnssec_zone_create_nsecs(ldns_dnssec_zone *zone,
} }
#ifdef HAVE_SSL #ifdef HAVE_SSL
/* in dnssec_zone.c */
extern int ldns_dname_compare_v(const void *a, const void *b);
static ldns_status static ldns_status
ldns_dnssec_zone_create_nsec3s_mkmap(ldns_dnssec_zone *zone, ldns_dnssec_zone_create_nsec3s_mkmap(ldns_dnssec_zone *zone,
ldns_rr_list *new_rrs, ldns_rr_list *new_rrs,

View File

@ -150,6 +150,7 @@ bool ldns_dname_is_subdomain(const ldns_rdf *sub, const ldns_rdf *parent);
* \return -1 if dname1 comes before dname2, 1 if dname1 comes after dname2, and 0 if they are equal. * \return -1 if dname1 comes before dname2, 1 if dname1 comes after dname2, and 0 if they are equal.
*/ */
int ldns_dname_compare(const ldns_rdf *dname1, const ldns_rdf *dname2); int ldns_dname_compare(const ldns_rdf *dname1, const ldns_rdf *dname2);
int ldns_dname_compare_v(const void *, const void *);
/** /**
* Checks whether the dname matches the given wildcard * Checks whether the dname matches the given wildcard