Fix warning: no previous prototype for ... [-Wmissing-prototypes]

Change-Id: I059af62625941e9900b3618aa5721b3b82a2c823
Reviewed-on: https://code.wireshark.org/review/3639
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2014-08-15 09:51:00 +02:00 committed by Anders Broman
parent 5d9709bc1e
commit 91e449e147
1 changed files with 3 additions and 0 deletions

View File

@ -267,8 +267,11 @@ static void dissect_optommp_data_block_byte(proto_item **ti, proto_tree *tree,
static void dissect_optommp_data_block_quadlet(proto_item **ti, proto_tree
*tree, tvbuff_t *tvb, guint *poffset);
static gint optommp_has_destination_offset(guint8 tcode);
void proto_register_optommp(void);
void proto_reg_handoff_optommp(void);
/****************************************************************************
function: get_optommp_message_len()
parameters: pinfo: not used