mdns_domain_add_label_base should be static

This commit is contained in:
Dirk Ziegelmeier 2017-03-11 10:41:47 +01:00
parent 681951c175
commit 1371400c2b

View File

@ -261,7 +261,7 @@ struct mdns_answer {
u16_t rd_offset;
};
err_t
static err_t
mdns_domain_add_label_base(struct mdns_domain *domain, u8_t len)
{
if (len > MDNS_LABEL_MAXLEN) {