Fix fifo ooo bugs and improve testing
[vpp.git] / src / vnet / tcp / tcp_format.c
index 7136741..994ccfd 100644 (file)
@@ -40,7 +40,7 @@
 #include <vnet/ip/ip.h>
 #include <vnet/tcp/tcp.h>
 
-static u8 *
+u8 *
 format_tcp_flags (u8 * s, va_list * args)
 {
   int flags = va_arg (*args, int);