[vty] Forward declare the extra init function the base is calling

This commit is contained in:
Holger Hans Peter Freyther
2010-04-10 00:08:28 +02:00
parent ef8117883b
commit e1ffc08f72

View File

@@ -1740,6 +1740,8 @@ DEFUN(cfg_ts_e1_subslot,
return CMD_SUCCESS; return CMD_SUCCESS;
} }
extern int bsc_vty_init_extra(struct gsm_network *net);
int bsc_vty_init(struct gsm_network *net) int bsc_vty_init(struct gsm_network *net)
{ {
gsmnet = net; gsmnet = net;