X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/fb2479d733dbe8a991d11909b319341f7db62ab1..fe4ef2d22bcc1b89f16c30480f7bff4348d1a014:/print-token.c diff --git a/print-token.c b/print-token.c index 78485a3f..fa7f07f4 100644 --- a/print-token.c +++ b/print-token.c @@ -92,7 +92,7 @@ struct token_header { static const char tstr[] = "[|token-ring]"; /* Extract src, dst addresses */ -static inline void +static void extract_token_addrs(const struct token_header *trp, char *fsrc, char *fdst) { memcpy(fdst, (const char *)trp->token_dhost, 6); @@ -102,7 +102,7 @@ extract_token_addrs(const struct token_header *trp, char *fsrc, char *fdst) /* * Print the TR MAC header */ -static inline void +static void token_hdr_print(netdissect_options *ndo, const struct token_header *trp, u_int length, const u_char *fsrc, const u_char *fdst)