From dbd82fb5b1e0fc180a680094b80d6799bd28725a Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Tue, 5 Jul 2011 15:29:23 +0200 Subject: e1_input: change prototype of ->sign_link(...) This patch removes the struct e1inp_sign_link parameter since this is already available in the msgb->dst field of the message. --- include/osmocom/abis/e1_input.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/osmocom/abis/e1_input.h') diff --git a/include/osmocom/abis/e1_input.h b/include/osmocom/abis/e1_input.h index 312e781..4339e05 100644 --- a/include/osmocom/abis/e1_input.h +++ b/include/osmocom/abis/e1_input.h @@ -127,7 +127,7 @@ struct e1inp_line_ops { struct e1inp_sign_link * (*sign_link_up)(void *unit_info, struct e1inp_line *line, enum e1inp_sign_type type); void (*sign_link_down)(struct e1inp_line *line); - int (*sign_link)(struct msgb *msg, struct e1inp_sign_link *link); + int (*sign_link)(struct msgb *msg); }; struct e1inp_line { -- cgit v1.2.3-55-g7522