URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9918435ed70a1e386e1501982c2bbe0eed25e723
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
9918435 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):
    Fix warning: no previous prototype for ... [-Wmissing-prototypes]
    
    Change-Id: If41ffdfa15fb24af3e6846f1cfc855eb6cfffb77
    Reviewed-on: https://code.wireshark.org/review/3699
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    
Actions performed:
    from  31f3187   Fix warning: no previous prototype for ... [-Wmissing-prototypes]
    adds  9918435   Fix warning: no previous prototype for ... [-Wmissing-prototypes]
Summary of changes:
 plugins/wimax/mac_hd_generic_decoder.c |    1 +
 plugins/wimax/mac_hd_type1_decoder.c   |    2 +-
 plugins/wimax/mac_hd_type2_decoder.c   |    2 +-
 plugins/wimax/msg_aas_fbck.c           |    4 ++--
 plugins/wimax/msg_dlmap.c              |   10 ++++++++--
 plugins/wimax/msg_dsc.c                |    2 +-
 plugins/wimax/msg_reg_req.c            |    2 +-
 plugins/wimax/msg_rng_req.c            |    2 +-
 plugins/wimax/msg_ulmap.c              |    5 ++++-
 9 files changed, 20 insertions(+), 10 deletions(-)