aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/vty/tdef_vty.h
diff options
context:
space:
mode:
authorKirill Zakharenko <earwin@gmail.com>2020-05-01 18:21:58 +0300
committerKirill Zakharenko <earwin@gmail.com>2020-05-01 18:21:58 +0300
commit357ab3abba5a1be0a66f8ae6c6a0460ddb4b7c06 (patch)
treead0979169f0d7911bb503466036f36f1489bc714 /include/osmocom/vty/tdef_vty.h
parent459224a99391fa9adf22a45cb6a63d56703aa3a8 (diff)
parentd87d6f177837c848381e362d3880509ba275cac8 (diff)
Merge master into fairwaves/production
Diffstat (limited to 'include/osmocom/vty/tdef_vty.h')
-rw-r--r--include/osmocom/vty/tdef_vty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/vty/tdef_vty.h b/include/osmocom/vty/tdef_vty.h
index 6334d5ba..800af7d7 100644
--- a/include/osmocom/vty/tdef_vty.h
+++ b/include/osmocom/vty/tdef_vty.h
@@ -68,7 +68,7 @@ void osmo_tdef_vty_out_all_va(struct vty *vty, struct osmo_tdef *tdefs, const ch
struct osmo_tdef *osmo_tdef_vty_parse_T_arg(struct vty *vty, struct osmo_tdef *tdefs, const char *osmo_tdef_str);
unsigned long osmo_tdef_vty_parse_val_arg(const char *val_arg, unsigned long default_val);
-void osmo_tdef_vty_groups_init(enum node_type parent_node, struct osmo_tdef_group *groups);
+void osmo_tdef_vty_groups_init(unsigned int parent_cfg_node, struct osmo_tdef_group *groups);
void osmo_tdef_vty_groups_write(struct vty *vty, const char *indent);
/*! @} */