Wireshark-commits: [Wireshark-commits] master 2b43c45: dcm: fix [-Wmissing-prototypes] warning

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

Commits:

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

    dcm: fix [-Wmissing-prototypes] warning
    
    packet-dcm.c:3888:6: warning: no previous prototype for function 'col_set_str_conditional' [-Wmissing-prototypes]
    packet-dcm.c:3901:6: warning: no previous prototype for function 'col_append_str_conditional' [-Wmissing-prototypes]
    
    Change-Id: I26117b8c3bcb0f88889edd7de5044e57dd0c4b38
    Reviewed-on: https://code.wireshark.org/review/33507
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  c99bee9   idl2wrs: regenerated dissectors
     add  2b43c45   dcm: fix [-Wmissing-prototypes] warning


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