From edc140f90ed28a779d392daecbd120a46af3b754 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Mon, 3 Jul 2017 13:15:03 +0200 Subject: a_iface: remove unused variable --- openbsc/include/openbsc/a_iface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/include') diff --git a/openbsc/include/openbsc/a_iface.h b/openbsc/include/openbsc/a_iface.h index 124a5d2ee..4c51a7f4a 100644 --- a/openbsc/include/openbsc/a_iface.h +++ b/openbsc/include/openbsc/a_iface.h @@ -49,7 +49,7 @@ struct bsc_context { }; /* Initalize A interface connection between to MSC and BSC */ -int a_init(const void *ctx, struct osmo_sccp_instance *sccp, struct gsm_network *network); +int a_init(struct osmo_sccp_instance *sccp, struct gsm_network *network); /* Send DTAP message via A-interface */ int a_iface_tx_dtap(struct msgb *msg); -- cgit v1.2.3