X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=net%2Fatm%2Fmpc.h;h=cb6cbdd2294bdefc0b05e4a7916dc5195f7ca814;hb=9bf4aaab3e101692164d49b7ca357651eb691cb6;hp=c7b1108d01e4e7e1179ced05d5762f0f8e086eca;hpb=db216c3d5e4c040e557a50f8f5d35d5c415e8c1c;p=linux-2.6.git diff --git a/net/atm/mpc.h b/net/atm/mpc.h index c7b1108d0..cb6cbdd22 100644 --- a/net/atm/mpc.h +++ b/net/atm/mpc.h @@ -51,6 +51,7 @@ struct atm_mpoa_qos *atm_mpoa_search_qos(uint32_t dst_ip); int atm_mpoa_delete_qos(struct atm_mpoa_qos *qos); /* Display QoS entries. This is for the procfs */ -void atm_mpoa_disp_qos(char *page, ssize_t *len); +struct seq_file; +void atm_mpoa_disp_qos(struct seq_file *m); #endif /* _MPC_H_ */