acl: revert acl: api cleanup
[vpp.git] / src / plugins / acl / manual_fns.h
index c81bd3d..f9f42c5 100644 (file)
 #include <vnet/ip/format.h>
 #include <vnet/ethernet/ethernet.h>
 
+#define vl_endianfun            /* define message structures */
+#include <acl/acl_types.api.h>
+#undef vl_endianfun
+
 /* Macro to finish up custom dump fns */
 #define PRINT_S \
     vec_add1 (s, 0);                            \