Skip to content
Snippets Groups Projects
Commit 53f1733e authored by Filip Široký's avatar Filip Široký
Browse files

remove declaration for nonexistent function

parent 46e4e14c
No related branches found
No related tags found
1 merge request!735libknot: remove declaration for nonexistent function
Pipeline #
......@@ -343,9 +343,6 @@ static inline uint8_t *knot_edns_opt_get_data(uint8_t *opt)
return opt + KNOT_EDNS_OPTION_HDRLEN;
}
/*! \brief Return true if RRSet has NSID option. */
bool knot_edns_has_nsid(const knot_rrset_t *opt_rr);
/*!
* \brief Checks OPT RR semantics.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment