Wireshark-commits: [Wireshark-commits] master db2395f: Fix declaration and export the routines.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 16 Feb 2015 19:51:12 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=db2395f14f3bddfb12dad0f8b259ffa65f1a7fa8
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

db2395f by Guy Harris (guy@xxxxxxxxxxxx):

    Fix declaration and export the routines.
    
    Add a missing semicolon, and export the routines with WS_DLL_PUBLIC, so
    they can be used by plugins.
    
    Change-Id: Iaf52e70ce9fbfce3cfa675c453b7d39a0341dfeb
    Reviewed-on: https://code.wireshark.org/review/7184
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  907f4e8   We now get that from common libwireshark code.
    adds  db2395f   Fix declaration and export the routines.


Summary of changes:
 epan/g_int64_hash_routines.h |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)