aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Dick <bernhard@bdick.de>2022-11-13 23:45:30 +0100
committerAndersBroman <a.broman58@gmail.com>2022-12-15 12:17:29 +0000
commitf56a3fed083d5863d969eb0be07a0cde2eae45c6 (patch)
tree24889bba805c8cf2c4ac77678aa010d15721533e
parent584e65c95003dcbdf695fb5b65d667fe2bc41615 (diff)
DECT-DLC: Fix missing prototype
-rw-r--r--epan/dissectors/packet-dect-dlc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-dect-dlc.c b/epan/dissectors/packet-dect-dlc.c
index 2583d5ae4a..d5d80556de 100644
--- a/epan/dissectors/packet-dect-dlc.c
+++ b/epan/dissectors/packet-dect-dlc.c
@@ -22,6 +22,8 @@
#include <epan/reassemble.h>
#include <epan/xdlc.h>
+void proto_register_dect_dlc(void);
+
static int proto_dect_dlc = -1;
static gint hf_dlc_address = -1;