aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-bsc/osmo_bsc_main.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-07-13 14:14:03 +0200
committerHarald Welte <laforge@gnumonks.org>2011-07-13 14:53:16 +0200
commit1b5e5c372781731d63dbefb01898e790236c354f (patch)
tree95ca11905f15be35b70ddf6e208a0b47ca322b8d /openbsc/src/osmo-bsc/osmo_bsc_main.c
parentf505f5dff1bc20494b25c6759752ad4e37325793 (diff)
controlif: declare controlif_setup() in control_cmd.h
this avoids us to copy+paste external declarations over all 'main' files.
Diffstat (limited to 'openbsc/src/osmo-bsc/osmo_bsc_main.c')
-rw-r--r--openbsc/src/osmo-bsc/osmo_bsc_main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/openbsc/src/osmo-bsc/osmo_bsc_main.c b/openbsc/src/osmo-bsc/osmo_bsc_main.c
index 1eb8abd96..7d5d835d6 100644
--- a/openbsc/src/osmo-bsc/osmo_bsc_main.c
+++ b/openbsc/src/osmo-bsc/osmo_bsc_main.c
@@ -53,8 +53,6 @@ static const char *rf_ctl = NULL;
extern const char *openbsc_copyright;
static int daemonize = 0;
-extern void controlif_setup(struct gsm_network *gsmnet, uint16_t port);
-
static void print_usage()
{
printf("Usage: osmo-bsc\n");