]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/zebra_routemap.h
zebra: clean up zapi organization
[mirror_frr.git] / zebra / zebra_routemap.h
index 1f95c7f83c7b78a8074c43fb51415196485f95ab..14c7c58848020a9dbe48e5fc3012d4c826ef943b 100644 (file)
@@ -22,6 +22,9 @@
 #ifndef __ZEBRA_ROUTEMAP_H__
 #define __ZEBRA_ROUTEMAP_H__
 
+#include "lib/routemap.h"
+
+extern void zebra_route_map_init(void);
 extern void zebra_routemap_config_write_protocol(struct vty *vty);
 extern char *zebra_get_import_table_route_map(afi_t afi, uint32_t table);
 extern void zebra_add_import_table_route_map(afi_t afi, const char *rmap_name,