Wireshark-commits: [Wireshark-commits] master d5c437e: Fix function prototypes.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 25 Feb 2014 21:47:03 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d5c437e8e575006a4dbc3aa9574fd8261f4c87a0
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d5c437e by Evan Huus (eapache@xxxxxxxxx):

    Fix function prototypes.
    
    Functions with no parameters must be written func(void). Fixes (some) of the
    buildbots.
    
    Change-Id: I1a6e5c0553e032e99419fe67eb4b573bbdfe7fe6
    Reviewed-on: https://code.wireshark.org/review/388
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  7955654   Fix mergecap.c: Dereference of null pointer (clang analyzer)
    adds  d5c437e   Fix function prototypes.


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