]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Fix function definition to match declaration.
authorGuy Harris <[email protected]>
Thu, 21 Sep 2017 04:09:34 +0000 (21:09 -0700)
committerGuy Harris <[email protected]>
Thu, 21 Sep 2017 04:09:34 +0000 (21:09 -0700)
It's declared as static, so define it as static.

print-hncp.c

index 280fecb54c70282980fa42b51e50196bfdd46dc7..af219c67cb5ad49496b2799e017646df2c1206fc 100644 (file)
@@ -396,7 +396,7 @@ print_type_in_line(netdissect_options *ndo,
     }
 }
 
-void
+static void
 hncp_print_rec(netdissect_options *ndo,
                const u_char *cp, u_int length, int indent)
 {