]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/vty.h
mgmtd: lib: read transitioned daemons split config files in mgmtd
[mirror_frr.git] / lib / vty.h
index 66d3355329d7982fdb4ce9445b7ee268f41c50cd..5114238f6af2f7aab055f4c2ec28f966c90bf701 100644 (file)
--- 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 *);