summaryrefslogtreecommitdiff
path: root/print-null.c
diff options
context:
space:
mode:
Diffstat (limited to 'print-null.c')
-rw-r--r--print-null.c2
1 files changed, 1 insertions, 1 deletions
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) {