Wireshark-commits: [Wireshark-commits] master 2346ad8: cfdp: fix no previous prototype for function

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 02 Apr 2020 14:47:26 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2346ad87c0f6f05eff54ec88b0c9e20d395df959
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

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

    cfdp: fix no previous prototype for function
    
    packet-cfdp.c:1404:1: warning: no previous prototype for ‘dissect_cfdp_as_subtree’ [-Wmissing-prototypes]
    
    Change-Id: I671c94bf1557ceef8a87d6da859c1e6ee76b2fca
    Reviewed-on: https://code.wireshark.org/review/36654
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  acc6a61   RTCP: Fix wrong value in rtcp_mcpt_field_id_vals (Queued User ID)
     add  2346ad8   cfdp: fix no previous prototype for function


Summary of changes:
 epan/dissectors/packet-cfdp.c | 2 +-
 epan/dissectors/packet-dtn.c  | 3 ---
 epan/dissectors/packet-dtn.h  | 3 +++
 3 files changed, 4 insertions(+), 4 deletions(-)