aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/routing-table.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/routing-table.h')
-rw-r--r--src/routing-table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routing-table.h b/src/routing-table.h
index 2e3a0ba..c4fd05d 100644
--- a/src/routing-table.h
+++ b/src/routing-table.h
@@ -35,7 +35,7 @@ struct wireguard_peer *routing_table_lookup_dst(struct routing_table *table, str
struct wireguard_peer *routing_table_lookup_src(struct routing_table *table, struct sk_buff *skb);
#ifdef DEBUG
-void routing_table_selftest(void);
+bool routing_table_selftest(void);
#endif
#endif