]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-null.c
Another UN*Xism we need - isascii().
[tcpdump] / print-null.c
index b859c8318a6e8c81caa3f40c17570e6c9bbaea34..874521e24aca006c9fc776815f28c25259394b1d 100644 (file)
@@ -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) {