Wireshark-commits: [Wireshark-commits] master fcda681: randpkt: fix no previous prototype for 'rand

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 9 Nov 2015 16:05:54 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fcda6819124c396e23a3eb09be9d3175f376abeb
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    randpkt: fix no previous prototype for 'randpkt_*' [-Wmissing-prototypes]
    
    randpkt.c:556:1: warning: no previous prototype for ‘randpkt_seed’
    randpkt.c:610:6: warning: no previous prototype for ‘randpkt_example_init’
    randpkt.c:632:6: warning: no previous prototype for ‘randpkt_example_close’
    randpkt.c:638:6: warning: no previous prototype for ‘randpkt_loop’
    
    Change-Id: Ieab604a22fa7ebf5c049ab497abd56af0a788d36
    Reviewed-on: https://code.wireshark.org/review/11654
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  2fe0fc5   Convert some TCP subdissectors to "new" style.
    adds  fcda681   randpkt: fix no previous prototype for 'randpkt_*' [-Wmissing-prototypes]


Summary of changes:
 randpkt.c |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)