aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/vty.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-08-26 15:38:42 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-08-26 16:55:37 +0800
commit7a2c86b67d6df9bc0ff132211f4fc6608f44131b (patch)
treedecbc1beeb5249c00e90fbe779bb26479cc5fadb /openbsc/include/openbsc/vty.h
parent2c869efcd3e01d7c111526a3efc140fae5b843af (diff)
vty: Provide a is_config_node for the VTY and use it for the bsc
Right now only bsc_hack and osmo_bsc need to have a custom config handling as they use the subscr/oml nodes.
Diffstat (limited to 'openbsc/include/openbsc/vty.h')
-rw-r--r--openbsc/include/openbsc/vty.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/vty.h b/openbsc/include/openbsc/vty.h
index 2b9fccc3f..8c75c5812 100644
--- a/openbsc/include/openbsc/vty.h
+++ b/openbsc/include/openbsc/vty.h
@@ -33,4 +33,6 @@ enum bsc_vty_node {
NAT_BSC_NODE,
};
+extern int bsc_vty_is_config_node(struct vty *vty, int node);
+
#endif