summaryrefslogtreecommitdiff
path: root/print-nflog.c
diff options
context:
space:
mode:
Diffstat (limited to 'print-nflog.c')
-rw-r--r--print-nflog.c2
1 files changed, 1 insertions, 1 deletions
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));