summaryrefslogtreecommitdiffstats
path: root/vtysh/vtysh.h
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2018-11-08 06:50:13 +0100
committerDavid Lamparter <equinox@opensourcerouting.org>2018-12-06 23:05:48 +0100
commit76fd52625de1e00c1cc9d4f49f24b4caaaeeded1 (patch)
tree20db2afd2944551f10a4f680b2277c28311573a2 /vtysh/vtysh.h
parent*: get rid of most daemons.conf references (diff)
downloadfrr-76fd52625de1e00c1cc9d4f49f24b4caaaeeded1.tar.xz
frr-76fd52625de1e00c1cc9d4f49f24b4caaaeeded1.zip
vtysh: rework/straighten pager handling
- no longer try to special-case a custom terminal length; the OS has procedures for that (SIGWINCH & TIOCGWINSZ) - only use a pager if requested by CLI command or VTYSH_PAGER. The behaviour with VTYSH_PAGER set should be compatible to previous versions. Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'vtysh/vtysh.h')
-rw-r--r--vtysh/vtysh.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/vtysh/vtysh.h b/vtysh/vtysh.h
index 430b117c5..eb69a20b8 100644
--- a/vtysh/vtysh.h
+++ b/vtysh/vtysh.h
@@ -98,8 +98,6 @@ void vtysh_config_dump(void);
void vtysh_config_init(void);
-void vtysh_pager_init(void);
-
void suid_on(void);
void suid_off(void);