From 1876c3108ca5c07587bae4c23217579618f77331 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 27 May 2018 11:53:43 +0200 Subject: move 'extern struct gsm_network *bsc_gsmnet" to header file It's not a good idea to keep extern declarations copied over half a dozen C files. Let's move it to a header. Change-Id: I6f643f1393ba0955d9c0cf1cf78d5c604e7b9451 --- src/osmo-bsc/osmo_bsc_ctrl.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/osmo-bsc/osmo_bsc_ctrl.c') diff --git a/src/osmo-bsc/osmo_bsc_ctrl.c b/src/osmo-bsc/osmo_bsc_ctrl.c index 7891cf427..13cf98dce 100644 --- a/src/osmo-bsc/osmo_bsc_ctrl.c +++ b/src/osmo-bsc/osmo_bsc_ctrl.c @@ -41,8 +41,6 @@ #include #include -extern struct gsm_network *bsc_gsmnet; - /* Obtain SS7 application server currently handling given MSC (DPC) */ static struct osmo_ss7_as *msc_get_ss7_as(struct bsc_msc_data *msc) { -- cgit v1.2.3