aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit87611c1f178ba59b682801574e930e5229fc2d2f (patch)
treec98bb2dcdbfdc3af95ad04c7e3cc817d4a136291 /src/allowedips.h
parentwg-quick: android: do not choke on empty allowed-ips (diff)
downloadwireguard-monolithic-historical-87611c1f178ba59b682801574e930e5229fc2d2f.tar.xz
wireguard-monolithic-historical-87611c1f178ba59b682801574e930e5229fc2d2f.zip
global: various formatting tweeks
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);