summaryrefslogtreecommitdiff
path: root/lib/vty.h
diff options
context:
space:
mode:
authorJafar Al-Gharaibeh <jafar@atcorp.com>2023-04-04 08:42:04 -0500
committerGitHub <noreply@github.com>2023-04-04 08:42:04 -0500
commit3b28a5ef6b9b7296196f5f65de493668307be5cb (patch)
tree44e4a1d21e4840034ce285740dbe17e92f2841b9 /lib/vty.h
parent4af5e39b2ca3c3dc3a96c701bbcd0d3c87baecaf (diff)
parent8033bf3976d85c84f00a3ab320eca5fc8418d756 (diff)
Merge pull request #13131 from LabNConsulting/chopps/no-startup-file
mgmtd: remove startup config feature for now
Diffstat (limited to 'lib/vty.h')
-rw-r--r--lib/vty.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/vty.h b/lib/vty.h
index 66d3355329..5114238f6a 100644
--- a/lib/vty.h
+++ b/lib/vty.h
@@ -369,6 +369,7 @@ extern void vty_pass_fd(struct vty *vty, int fd);
extern bool vty_read_config(struct nb_config *config, const char *config_file,
char *config_default_dir);
+extern void vty_read_file(struct nb_config *config, FILE *confp);
extern void vty_time_print(struct vty *, int);
extern void vty_serv_sock(const char *, unsigned short, const char *);
extern void vty_close(struct vty *);