]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Make the definition of ikev1_print() match its declaration - at least
authorGuy Harris <[email protected]>
Wed, 10 Jun 2009 00:18:31 +0000 (17:18 -0700)
committerGuy Harris <[email protected]>
Wed, 10 Jun 2009 00:18:31 +0000 (17:18 -0700)
one version of HP's C compiler complains otherwise.

print-isakmp.c

index c16d62878df35c651e6c4700443298e2892c9b8f..25463393063a29791598476b274610bde59b52b7 100644 (file)
@@ -2214,7 +2214,7 @@ safememcpy(void *p, const void *q, size_t l)
        memcpy(p, q, l);
 }
 
-void
+static void
 ikev1_print(netdissect_options *ndo,
            const u_char *bp,  u_int length,
            const u_char *bp2, struct isakmp *base)