diff options
Diffstat (limited to 'src/openvpn/lladdr.h')
-rw-r--r-- | src/openvpn/lladdr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/openvpn/lladdr.h b/src/openvpn/lladdr.h index d6c4256..f6ea2b1 100644 --- a/src/openvpn/lladdr.h +++ b/src/openvpn/lladdr.h @@ -1,8 +1,8 @@ /* - * Support routine for configuring link layer address + * Support routine for configuring link layer address */ #include "misc.h" int set_lladdr(const char *ifname, const char *lladdr, - const struct env_set *es); + const struct env_set *es); |