diff options
author | Sven Eckelmann <sven@narfation.org> | 2012-06-05 16:31:30 -0400 |
---|---|---|
committer | Antonio Quartulli <ordex@autistici.org> | 2012-07-01 16:47:21 -0400 |
commit | 96412690116afcc1b2705615b5a7c8dc6c5e905f (patch) | |
tree | 0eb2a1a557e2997175b27f3ab925bbdc29ece54d /net/batman-adv/routing.h | |
parent | b4d66b877bc21ce907938bfd027dfe016617fac0 (diff) |
batman-adv: Prefix packet structs with batadv_
Reported-by: Martin Hundebøll <martin@hundeboll.net>
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Diffstat (limited to 'net/batman-adv/routing.h')
-rw-r--r-- | net/batman-adv/routing.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/routing.h b/net/batman-adv/routing.h index c3fd219e8e53..ead4ae055776 100644 --- a/net/batman-adv/routing.h +++ b/net/batman-adv/routing.h | |||
@@ -43,7 +43,7 @@ void batadv_bonding_candidate_add(struct orig_node *orig_node, | |||
43 | struct neigh_node *neigh_node); | 43 | struct neigh_node *neigh_node); |
44 | void batadv_bonding_save_primary(const struct orig_node *orig_node, | 44 | void batadv_bonding_save_primary(const struct orig_node *orig_node, |
45 | struct orig_node *orig_neigh_node, | 45 | struct orig_node *orig_neigh_node, |
46 | const struct batman_ogm_packet | 46 | const struct batadv_ogm_packet |
47 | *batman_ogm_packet); | 47 | *batman_ogm_packet); |
48 | int batadv_window_protected(struct bat_priv *bat_priv, int32_t seq_num_diff, | 48 | int batadv_window_protected(struct bat_priv *bat_priv, int32_t seq_num_diff, |
49 | unsigned long *last_reset); | 49 | unsigned long *last_reset); |