summaryrefslogtreecommitdiffhomepage
path: root/src/allowedips.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-11-11 22:35:07 -0500
committerJason A. Donenfeld <Jason@zx2c4.com>2018-11-13 00:34:16 -0800
commit8813c7d8d2608aca8d451b3cb4d7f3285c043691 (patch)
tree9cdb98932f9679f50942b3da2fdf3d8a89271615 /src/allowedips.h
parent30322cc25c31a20503d8a162a95eeff3baa44416 (diff)
global: various formatting tweeks
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/allowedips.h')
-rw-r--r--src/allowedips.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/allowedips.h b/src/allowedips.h
index d920dc2..8e63f63 100644
--- a/src/allowedips.h
+++ b/src/allowedips.h
@@ -43,9 +43,9 @@ int wg_allowedips_walk_by_peer(struct allowedips *table,
/* These return a strong reference to a peer: */
struct wg_peer *wg_allowedips_lookup_dst(struct allowedips *table,
- struct sk_buff *skb);
+ struct sk_buff *skb);
struct wg_peer *wg_allowedips_lookup_src(struct allowedips *table,
- struct sk_buff *skb);
+ struct sk_buff *skb);
#ifdef DEBUG
bool wg_allowedips_selftest(void);