aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2021-07-14 13:29:33 +0100
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2021-07-14 13:29:33 +0100
commit1f9f287fbaea0a16951cefa12cd1626ea1bbb1cd (patch)
treefeba00bc704ad592cd3aed6f781890453a4b362a
parent560f271d270dda4f6363a8cc13d668d1d25304a2 (diff)
ISO15765: Make a function static.
-rw-r--r--epan/dissectors/packet-iso15765.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-iso15765.c b/epan/dissectors/packet-iso15765.c
index e87e7c17e3..b3ae557743 100644
--- a/epan/dissectors/packet-iso15765.c
+++ b/epan/dissectors/packet-iso15765.c
@@ -418,7 +418,7 @@ dissect_iso15765_lin(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void*
return dissect_iso15765(tvb, pinfo, tree, ISO15765_TYPE_LIN, lininfo->id, lininfo->len);
}
-void
+static void
register_lin_frames(void)
{
if (iso15765_handle_lin == NULL) {