|
@@ -28,6 +28,8 @@
|
|
void irlan_check_command_param(struct irlan_cb *self, char *param,
|
|
void irlan_check_command_param(struct irlan_cb *self, char *param,
|
|
char *value);
|
|
char *value);
|
|
void irlan_filter_request(struct irlan_cb *self, struct sk_buff *skb);
|
|
void irlan_filter_request(struct irlan_cb *self, struct sk_buff *skb);
|
|
|
|
+#ifdef CONFIG_PROC_FS
|
|
void irlan_print_filter(struct seq_file *seq, int filter_type);
|
|
void irlan_print_filter(struct seq_file *seq, int filter_type);
|
|
|
|
+#endif
|
|
|
|
|
|
#endif /* IRLAN_FILTER_H */
|
|
#endif /* IRLAN_FILTER_H */
|