aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-04-15 15:02:00 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2020-04-15 16:40:10 +0200
commitee1529e5ac8eaa4856f97458f683bd84a7446433 (patch)
tree8e04a39700569a369cb1b187dd2b5ebf7395dbd7
parent29e7bd0510791fdc23776b8b68643bdea2129bec (diff)
icmpv6.c: Mark internal function as static
-rw-r--r--lib/icmpv6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/icmpv6.c b/lib/icmpv6.c
index 63acc0e..804a212 100644
--- a/lib/icmpv6.c
+++ b/lib/icmpv6.c
@@ -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)
{