aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcu_vty.h
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2015-04-09 15:45:24 +0200
committerJacob Erlbeck <jerlbeck@sysmocom.de>2015-04-09 17:05:19 +0200
commitcc12f02658859b31d225f54fed5bae0742cbd9d3 (patch)
tree3e6f3b2ec85cc8696a486c355bdc903807a002a7 /src/pcu_vty.h
parentd0261b72dea475c1fccdf00b77d6be6317588232 (diff)
vty: Use libosmocore VTY standards
This commit applies to following changes to pcu_vty.c: - Use vty_install_default() instead of install_default() - Add a blank after the '#' of the prompt - Rename the 'pcu' configuration node to 'config-pcu' Sponsored-by: On-Waves ehf
Diffstat (limited to 'src/pcu_vty.h')
-rw-r--r--src/pcu_vty.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pcu_vty.h b/src/pcu_vty.h
index 390d75cd..17b1d3c0 100644
--- a/src/pcu_vty.h
+++ b/src/pcu_vty.h
@@ -8,9 +8,6 @@ enum pcu_vty_node {
PCU_NODE = _LAST_OSMOVTY_NODE + 1,
};
-extern struct cmd_element ournode_exit_cmd;
-extern struct cmd_element ournode_end_cmd;
-
enum node_type pcu_vty_go_parent(struct vty *vty);
int pcu_vty_is_config_node(struct vty *vty, int node);