icmpv6.c: Mark internal function as static

Change-Id: Ib38907c3a05c1651faa86ef57381ee22643e0d53
This commit is contained in:
Pau Espin 2020-04-15 15:02:00 +02:00
parent 29e7bd0510
commit ee1529e5ac
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ struct icmpv6_opt_prefix {
* \param[in] daddr Destination IPv6 address for router advertisement IPv6 header
* \param[in] prefix The single prefix to be advertised (/64 implied!)
* \returns callee-allocated message buffer containing router advertisement */
struct msgb *icmpv6_construct_ra(const struct in6_addr *saddr,
static struct msgb *icmpv6_construct_ra(const struct in6_addr *saddr,
const struct in6_addr *daddr,
const struct in6_addr *prefix)
{