diff options
Diffstat (limited to 'lib/vty_cli.h')
-rw-r--r-- | lib/vty_cli.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/vty_cli.h b/lib/vty_cli.h index e366ecdf..ec00965a 100644 --- a/lib/vty_cli.h +++ b/lib/vty_cli.h @@ -95,7 +95,9 @@ struct vty_cli bool drawn ; bool tilde_prompt ; +#if 0 bool tilde_enabled ; +#endif int prompt_len ; int extra_len ; |