X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/513f782ae18791f0c925b9235da749b38159b607..6ed7ed47119acf3033a9a43da4b792b6ecb574bc:/print-ether.c diff --git a/print-ether.c b/print-ether.c index 31a6044b..e09f2ac9 100644 --- a/print-ether.c +++ b/print-ether.c @@ -22,7 +22,7 @@ /* \summary: Ethernet printer */ #ifdef HAVE_CONFIG_H -#include "config.h" +#include #endif #include "netdissect-stdinc.h" @@ -104,7 +104,7 @@ const struct tok ethertype_values[] = { { 0, NULL} }; -static inline void +static void ether_hdr_print(netdissect_options *ndo, const u_char *bp, u_int length) {