aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-07-06 08:46:29 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2016-07-08 07:38:18 +0000
commit330bc0ee1d2a94c1354ad51f40d85148c2aefcef (patch)
tree4799c8ddd8dca31a4098e3daa95d6f7ebeb82498 /epan
parentb0805638861eb36fd842446f16ef86bf97f5767e (diff)
nbifom: fix no previous prototype for 'proto_register_nbifom' [-Wmissing-prototypes]
Change-Id: I4456cfd6600986b2e0c1cecf7d3054f3e829a210 Reviewed-on: https://code.wireshark.org/review/16332 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-nbifom.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-nbifom.c b/epan/dissectors/packet-nbifom.c
index 0a2d716fa2..bd05c6c639 100644
--- a/epan/dissectors/packet-nbifom.c
+++ b/epan/dissectors/packet-nbifom.c
@@ -26,6 +26,8 @@
#include <epan/packet.h>
+void proto_register_nbifom(void);
+
static int proto_nbifom = -1;
static int hf_nbifom_param_id_ul = -1;
static int hf_nbifom_param_id_dl = -1;