diff options
Diffstat (limited to 'net/batman-adv/multicast.h')
| -rw-r--r-- | net/batman-adv/multicast.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/batman-adv/multicast.h b/net/batman-adv/multicast.h index 80bceec55592..1fb00ba84907 100644 --- a/net/batman-adv/multicast.h +++ b/net/batman-adv/multicast.h | |||
| @@ -20,6 +20,7 @@ | |||
| 20 | 20 | ||
| 21 | #include "main.h" | 21 | #include "main.h" |
| 22 | 22 | ||
| 23 | struct seq_file; | ||
| 23 | struct sk_buff; | 24 | struct sk_buff; |
| 24 | 25 | ||
| 25 | /** | 26 | /** |
| @@ -46,6 +47,8 @@ batadv_mcast_forw_mode(struct batadv_priv *bat_priv, struct sk_buff *skb, | |||
| 46 | 47 | ||
| 47 | void batadv_mcast_init(struct batadv_priv *bat_priv); | 48 | void batadv_mcast_init(struct batadv_priv *bat_priv); |
| 48 | 49 | ||
| 50 | int batadv_mcast_flags_seq_print_text(struct seq_file *seq, void *offset); | ||
| 51 | |||
| 49 | void batadv_mcast_free(struct batadv_priv *bat_priv); | 52 | void batadv_mcast_free(struct batadv_priv *bat_priv); |
| 50 | 53 | ||
| 51 | void batadv_mcast_purge_orig(struct batadv_orig_node *orig_node); | 54 | void batadv_mcast_purge_orig(struct batadv_orig_node *orig_node); |
