aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/a_iface.h
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2017-07-03 13:15:03 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-07-12 23:42:47 +0200
commitd3fa9002a9ae9ac0ff80abc292c6bd6956e7c9da (patch)
tree3c65288c45b583896b67722a21446a37838b0998 /include/openbsc/a_iface.h
parent49603972aae282ffa2f98acb9ba5ef4ff25d6969 (diff)
a_iface: remove unused variable
Diffstat (limited to 'include/openbsc/a_iface.h')
-rw-r--r--include/openbsc/a_iface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openbsc/a_iface.h b/include/openbsc/a_iface.h
index 124a5d2ee..4c51a7f4a 100644
--- a/include/openbsc/a_iface.h
+++ b/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);