From 944e93fa4c29c4e5cdecd858ead5a37430a418af Mon Sep 17 00:00:00 2001 From: Francois-Xavier Le Bail Date: Fri, 26 Jan 2018 15:15:58 +0100 Subject: Remove function specifier 'inline' in printers It was mostly used with large functions. Moreover: Put some function definition names at the beginning of line. Fix a space. --- print-nflog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print-nflog.c') diff --git a/print-nflog.c b/print-nflog.c index b93fc8c5..d8328ec8 100644 --- a/print-nflog.c +++ b/print-nflog.c @@ -46,7 +46,7 @@ static const struct tok nflog_values[] = { { 0, NULL } }; -static inline void +static void nflog_hdr_print(netdissect_options *ndo, const nflog_hdr_t *hdr, u_int length) { ND_PRINT("version %d, resource ID %d", hdr->nflog_version, ntohs(hdr->nflog_rid)); -- cgit v1.2.1