Wireshark-commits: [Wireshark-commits] master 45c1242: dcom-provideclassinfo: fix [-Wmissing-protot

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

Commits:

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

    dcom-provideclassinfo: fix [-Wmissing-prototypes] warning
    
    packet-dcom-provideclassinfo.c:32:5: warning: no previous prototype for function 'dissect_IProvideClassInfo_GetClassInfo_rqst' [-Wmissing-prototypes]
    packet-dcom-provideclassinfo.c:40:5: warning: no previous prototype for function 'dissect_IProvideClassInfo_GetClassInfo_resp' [-Wmissing-prototypes]
    
    Change-Id: I0d4b4f4cf5e3d5d3612a6e01c71dbbfc3a14915f
    Reviewed-on: https://code.wireshark.org/review/33508
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  2b43c45   dcm: fix [-Wmissing-prototypes] warning
     add  45c1242   dcom-provideclassinfo: fix [-Wmissing-prototypes] warning


Summary of changes:
 epan/dissectors/packet-dcom-provideclassinfo.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)