X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=net%2Fatm%2Fmpc.h;h=c7b1108d01e4e7e1179ced05d5762f0f8e086eca;hb=5d0dd51ddb446e7c058023420f5b7d4404501980;hp=cb6cbdd2294bdefc0b05e4a7916dc5195f7ca814;hpb=a91482bdcc2e0f6035702e46f1b99043a0893346;p=linux-2.6.git diff --git a/net/atm/mpc.h b/net/atm/mpc.h index cb6cbdd22..c7b1108d0 100644 --- a/net/atm/mpc.h +++ b/net/atm/mpc.h @@ -51,7 +51,6 @@ 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 */ -struct seq_file; -void atm_mpoa_disp_qos(struct seq_file *m); +void atm_mpoa_disp_qos(char *page, ssize_t *len); #endif /* _MPC_H_ */