]> The Tcpdump Group git mirrors - tcpdump/commit
XXX_if_print() routines are not passed a "struct netdissect_options *",
authorGuy Harris <[email protected]>
Thu, 26 Nov 2009 22:57:38 +0000 (14:57 -0800)
committerGuy Harris <[email protected]>
Thu, 26 Nov 2009 22:57:38 +0000 (14:57 -0800)
commit5f947ac9b4b1a535d9306144ec6d980bad110e16
tree3d9dfc1b83c2a9a271eb904dbaecbf1683c04c87
parent0c3032509b512c84e3d7da629da10414efd0528b
XXX_if_print() routines are not passed a "struct netdissect_options *",
so ipnet_if_print() can't expect one.

ipnet_print() isn't called from outside print-ipnet.c, so make it static.
interface.h
netdissect.h
print-ipnet.c