aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/multicast.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/batman-adv/multicast.h')
-rw-r--r--net/batman-adv/multicast.h3
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
23struct seq_file;
23struct sk_buff; 24struct 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
47void batadv_mcast_init(struct batadv_priv *bat_priv); 48void batadv_mcast_init(struct batadv_priv *bat_priv);
48 49
50int batadv_mcast_flags_seq_print_text(struct seq_file *seq, void *offset);
51
49void batadv_mcast_free(struct batadv_priv *bat_priv); 52void batadv_mcast_free(struct batadv_priv *bat_priv);
50 53
51void batadv_mcast_purge_orig(struct batadv_orig_node *orig_node); 54void batadv_mcast_purge_orig(struct batadv_orig_node *orig_node);