aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/vty.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openbsc/vty.h')
-rw-r--r--include/openbsc/vty.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/openbsc/vty.h b/include/openbsc/vty.h
index 516c8c2a0..663589671 100644
--- a/include/openbsc/vty.h
+++ b/include/openbsc/vty.h
@@ -35,12 +35,14 @@ enum bsc_vty_node {
MSC_NODE,
OM2K_NODE,
TRUNK_NODE,
+ PGROUP_NODE,
};
extern int bsc_vty_is_config_node(struct vty *vty, int node);
extern void bsc_replace_string(void *ctx, char **dst, const char *newstr);
-int bsc_vty_init(void);
+struct log_info;
+int bsc_vty_init(const struct log_info *cat);
int bsc_vty_init_extra(void);
#endif