summaryrefslogtreecommitdiff
path: root/ripd/rip_interface.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2019-06-21 07:40:27 -0400
committerGitHub <noreply@github.com>2019-06-21 07:40:27 -0400
commit2bc398c3c4af0e3e7c821b81ba97d287246ed2ef (patch)
tree1bb05678fe57348b51e9ccc7cd5838bfaceef388 /ripd/rip_interface.h
parent9578e35d340dd4160727fdccaa0a249102f330e7 (diff)
parentb3a7e30d1f563ae25381907db519db477d9d7ee7 (diff)
Merge pull request #4573 from opensourcerouting/mtype_cleanup
MTYPE cleanup pass
Diffstat (limited to 'ripd/rip_interface.h')
-rw-r--r--ripd/rip_interface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ripd/rip_interface.h b/ripd/rip_interface.h
index 6befda0e28..715daf2e50 100644
--- a/ripd/rip_interface.h
+++ b/ripd/rip_interface.h
@@ -20,8 +20,11 @@
#ifndef _QUAGGA_RIP_INTERFACE_H
#define _QUAGGA_RIP_INTERFACE_H
+#include "memory.h"
#include "zclient.h"
+DECLARE_MTYPE(RIP_INTERFACE_STRING)
+
extern int rip_interface_down(int, struct zclient *, zebra_size_t, vrf_id_t);
extern int rip_interface_up(int, struct zclient *, zebra_size_t, vrf_id_t);
extern int rip_interface_add(int, struct zclient *, zebra_size_t, vrf_id_t);