ip: convert u32 entry_flags to vl_api_mfib_entry_flags_t on mroute API
[vpp.git] / src / vnet / fib / fib_api.h
index 2492c89..caa993b 100644 (file)
@@ -30,8 +30,8 @@ struct _vl_api_fib_prefix;
  * Encode and decode functions from the API types to internal types
  */
 extern void fib_api_path_encode(const fib_route_path_t * api_rpath,
-                                struct _vl_api_fib_path *out);
-extern int fib_api_path_decode(struct _vl_api_fib_path *in,
+                                vl_api_fib_path_t *out);
+extern int fib_api_path_decode(vl_api_fib_path_t *in,
                                fib_route_path_t *out);
 
 extern int fib_api_table_id_decode(fib_protocol_t fproto,