diff options
Diffstat (limited to 'src/allowedips.h')
-rw-r--r-- | src/allowedips.h | 4 |
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); |