aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lwm.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-04-22 10:31:05 -0400
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-04-22 14:57:50 +0000
commit085b37d9b60da7428d97bf75c225eb8eaffaa652 (patch)
tree89b2bbd4fcaa35f9157d545c90e3c6c9e6771d32 /epan/dissectors/packet-lwm.c
parent66a430349f01c66c45830dab0d959c07338fa341 (diff)
Fix gcc "warning: no previous prototype ... [-Wmissing-prototypes]
Change-Id: Icdbc626dca876244b603c58cba05d0847d5d6a6f Reviewed-on: https://code.wireshark.org/review/1276 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-lwm.c')
-rw-r--r--epan/dissectors/packet-lwm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-lwm.c b/epan/dissectors/packet-lwm.c
index 4c4d9ce343..e3de43ef60 100644
--- a/epan/dissectors/packet-lwm.c
+++ b/epan/dissectors/packet-lwm.c
@@ -90,6 +90,7 @@
#define LWM_MULTI_GROUP_STRING "(Group ID)"
/* Function declarations */
+void proto_register_lwm(void);
void proto_reg_handoff_lwm(void);
/* Dissector handles */