summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_fpm_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/zebra_fpm_private.h')
-rw-r--r--zebra/zebra_fpm_private.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/zebra/zebra_fpm_private.h b/zebra/zebra_fpm_private.h
index 49650541e..441a22a79 100644
--- a/zebra/zebra_fpm_private.h
+++ b/zebra/zebra_fpm_private.h
@@ -49,12 +49,12 @@ static inline void zfpm_debug(const char *format, ...) { return; }
* Externs
*/
extern int
-zfpm_netlink_encode_route (int cmd, rib_dest_t *dest, struct rib *rib,
+zfpm_netlink_encode_route (int cmd, rib_dest_t *dest, struct route_entry *re,
char *in_buf, size_t in_buf_len);
extern int
-zfpm_protobuf_encode_route (rib_dest_t *dest, struct rib *rib,
+zfpm_protobuf_encode_route (rib_dest_t *dest, struct route_entry *re,
uint8_t *in_buf, size_t in_buf_len);
-extern struct rib *zfpm_route_for_update (rib_dest_t *dest);
+extern struct route_entry *zfpm_route_for_update (rib_dest_t *dest);
#endif /* _ZEBRA_FPM_PRIVATE_H */