Wireshark-commits: [Wireshark-commits] master 2fd168c: epan: Don't export deregister functions

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 11 Dec 2015 08:35:20 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2fd168c134092a4e0cc587f6c474dd38681a6c23
Submitter: Stig Bj?rlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2fd168c by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    epan: Don't export deregister functions
    
    Most of the deregister functions are used internally from Lua
    while reloading plugins.  Don't export them for others to use.
    
    Change-Id: I919dbfa807f696c38d409ca7206104a0fba1ae65
    Reviewed-on: https://code.wireshark.org/review/12508
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    

Actions performed:

    from  9cbb646   Changed references for IntraPAN to PAN ID Compression as per all versions 802.15.4-2006 and laterChange-Id: I99e66919c86712533cd37fef9d4c464b75444d93
    adds  2fd168c   epan: Don't export deregister functions


Summary of changes:
 debian/libwireshark0.symbols |    8 --------
 epan/expert.h                |    2 +-
 epan/funnel.h                |    2 +-
 epan/packet.c                |    2 +-
 epan/packet.h                |    9 +++------
 epan/prefs.h                 |    2 +-
 epan/proto.h                 |    2 +-
 7 files changed, 8 insertions(+), 19 deletions(-)