aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/xsc.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/xsc.h')
-rw-r--r--openbsc/include/openbsc/xsc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/xsc.h b/openbsc/include/openbsc/xsc.h
index a2f43eb7d..643285758 100644
--- a/openbsc/include/openbsc/xsc.h
+++ b/openbsc/include/openbsc/xsc.h
@@ -22,5 +22,6 @@ struct gsm_network *gsm_network_init(void *ctx,
uint16_t network_code,
mncc_recv_cb_t mncc_recv);
-int xsc_vty_init(struct gsm_network *network);
+int xsc_vty_init(struct gsm_network *network,
+ int (* config_write_net )(struct vty *));
struct gsm_network *gsmnet_from_vty(struct vty *v);