Wireshark-commits: [Wireshark-commits] master 71e08dd: lemonflex: fix warning: no previous prototyp

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 21 Aug 2015 04:52:01 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=71e08dd0de2305aff360c7d1b03466e70650431d
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    lemonflex: fix warning: no previous prototype for 'df_scanner_*' [-Wmissing-prototypes]
    
    lemonflex-tail.inc:44:1: warning: no previous prototype for 'df_scanner_text' [-Wmissing-prototypes]
    lemonflex-tail.inc:50:1: warning: no previous prototype for 'df_scanner_file' [-Wmissing-prototypes]
    lemonflex-tail.inc:59:1: warning: no previous prototype for 'df_scanner_cleanup' [-Wmissing-prototypes]
    
    Change-Id: If0476b430592df225234c5c685c8009ab08b5ab6
    Reviewed-on: https://code.wireshark.org/review/10162
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  a70f591   proto_dlg: fix no previous prototype for ‘heur_*_all_cb’ [-Wmissing-prototypes]
    adds  71e08dd   lemonflex: fix warning: no previous prototype for 'df_scanner_*' [-Wmissing-prototypes]


Summary of changes:
 tools/lemon/lemonflex-tail.inc |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)