Wireshark-commits: [Wireshark-commits] master 6dd6fc9: Make prefs_register_module() static.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 14 Apr 2017 20:07:08 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6dd6fc9eff40e86aba1fb3aefa119b212ddd5504
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

6dd6fc9 by Guy Harris (guy@xxxxxxxxxxxx):

    Make prefs_register_module() static.
    
    It's not used outside epan/prefs.c, and it *shouldn't* be used outside
    epan/prefs.c - there are other APIs that call it, and handle the details
    of picking the right name, title, description, etc..
    
    Change-Id: Ib95b4811d50c2bf1c480f115ee998274252243c9
    Reviewed-on: https://code.wireshark.org/review/21095
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  dcd3d7b   pcep: add registration of missing ett fields
    adds  6dd6fc9   Make prefs_register_module() static.


Summary of changes:
 debian/libwireshark0.symbols |    1 -
 epan/prefs.c                 |    2 +-
 epan/prefs.h                 |   18 ------------------
 3 files changed, 1 insertion(+), 20 deletions(-)