]> The Tcpdump Group git mirrors - tcpdump/commit
Don't use "struct netdissect_options" in interface.h.
authorGuy Harris <[email protected]>
Thu, 5 May 2011 09:25:42 +0000 (02:25 -0700)
committerGuy Harris <[email protected]>
Thu, 5 May 2011 09:25:42 +0000 (02:25 -0700)
commit017bac571b9c93cdf53e8de9c68cb307fd306059
treea1750f3b64956488827917f33821fbb157f1c330
parent5b0329a9e755e860c3ac8cd6cf383f58261e445d
Don't use "struct netdissect_options" in interface.h.

Use it in netdissect.h, where it's defined; otherwise, we get a bunch of
warnings when compiling modules that include interface.h but don't yet
include netdissect.h.
interface.h
netdissect.h