aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-04-10 00:08:28 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-04-10 00:08:28 +0200
commite1ffc08f724c678dc76b6c7a36dda280f065db47 (patch)
treeeebf95a8e8bff594b78ea3799c1aef3bcb727afb
parentef8117883b425995d5c05cecd47de4b454641e5b (diff)
[vty] Forward declare the extra init function the base is calling
-rw-r--r--openbsc/src/vty_interface.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/src/vty_interface.c b/openbsc/src/vty_interface.c
index b5bdbc8c2..480b65836 100644
--- a/openbsc/src/vty_interface.c
+++ b/openbsc/src/vty_interface.c
@@ -1740,6 +1740,8 @@ DEFUN(cfg_ts_e1_subslot,
return CMD_SUCCESS;
}
+extern int bsc_vty_init_extra(struct gsm_network *net);
+
int bsc_vty_init(struct gsm_network *net)
{
gsmnet = net;