X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/fb2479d733dbe8a991d11909b319341f7db62ab1..6ed7ed47119acf3033a9a43da4b792b6ecb574bc:/print-null.c?ds=sidebyside diff --git a/print-null.c b/print-null.c index b859c831..874521e2 100644 --- a/print-null.c +++ b/print-null.c @@ -52,7 +52,7 @@ #define SWAPLONG(y) \ ((((y)&0xff)<<24) | (((y)&0xff00)<<8) | (((y)&0xff0000)>>8) | (((y)>>24)&0xff)) -static inline void +static void null_hdr_print(netdissect_options *ndo, u_int family, u_int length) { if (!ndo->ndo_qflag) {