Wireshark-commits: [Wireshark-commits] master c05da0f: sysex: fix [-Wmissing-prototypes] warnings

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 06 Jun 2019 13:19:25 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c05da0fa7098ccec786d49df0768ddc2862d85d1
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

c05da0f by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    sysex: fix [-Wmissing-prototypes] warnings
    
    packet-sysex.c:753:1: warning: no previous prototype for function 'proto_reg_handoff_sysex' [-Wmissing-prototypes]
    
    Change-Id: I6e78abe0686818dec1c915d4e77c5f84b43f6460
    Reviewed-on: https://code.wireshark.org/review/33509
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  45c1242   dcom-provideclassinfo: fix [-Wmissing-prototypes] warning
     add  c05da0f   sysex: fix [-Wmissing-prototypes] warnings


Summary of changes:
 epan/dissectors/packet-sysex.c | 1 +
 1 file changed, 1 insertion(+)