diff options
Diffstat (limited to 'net/batman-adv/routing.h')
-rw-r--r-- | net/batman-adv/routing.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/batman-adv/routing.h b/net/batman-adv/routing.h index 02a5caa84127..05c3ff42e181 100644 --- a/net/batman-adv/routing.h +++ b/net/batman-adv/routing.h | |||
@@ -51,8 +51,8 @@ struct batadv_neigh_node * | |||
51 | batadv_find_router(struct batadv_priv *bat_priv, | 51 | batadv_find_router(struct batadv_priv *bat_priv, |
52 | struct batadv_orig_node *orig_node, | 52 | struct batadv_orig_node *orig_node, |
53 | struct batadv_hard_iface *recv_if); | 53 | struct batadv_hard_iface *recv_if); |
54 | int batadv_window_protected(struct batadv_priv *bat_priv, s32 seq_num_diff, | 54 | bool batadv_window_protected(struct batadv_priv *bat_priv, s32 seq_num_diff, |
55 | s32 seq_old_max_diff, unsigned long *last_reset, | 55 | s32 seq_old_max_diff, unsigned long *last_reset, |
56 | bool *protection_started); | 56 | bool *protection_started); |
57 | 57 | ||
58 | #endif /* _NET_BATMAN_ADV_ROUTING_H_ */ | 58 | #endif /* _NET_BATMAN_ADV_ROUTING_H_ */ |