]> git.proxmox.com Git - mirror_frr.git/blobdiff - pimd/pim_vty.h
zebra: Allow ns delete to happen after under/over flow checks
[mirror_frr.git] / pimd / pim_vty.h
index 54bab623dcded72e5f559c8af1b1d76cf95ee781..22ac3333e4d9a8b41d25ca1ab1e1b8398b4574c2 100644 (file)
@@ -23,7 +23,7 @@
 #include "vty.h"
 
 int pim_debug_config_write(struct vty *vty);
-int pim_global_config_write(struct vty *vty);
+int pim_global_config_write_worker(struct pim_instance *pim, struct vty *vty);
 int pim_interface_config_write(struct vty *vty);
 
 #endif /* PIM_VTY_H */