URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a4fdbdd9f0ed0eca057935b0629863be4200e476
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
a4fdbdd by Martin Kaiser (wireshark@xxxxxxxxx):
    dns: make expand_dns_name() an internal function
    
    The expand_dns_name() function is not used outside of the DNS dissector
    (any more?). Remove the function declaration from the public header
    file, make the function internal.
    
    Change-Id: Ibba81fa68a0dfd195ca3bbfca3eca20c39cc01f4
    Reviewed-on: https://code.wireshark.org/review/26698
    Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
    Petri-Dish: Martin Kaiser <wireshark@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    
Actions performed:
    from  29973eb   Pick up some compiler-specific flags from autotools.
    adds  a4fdbdd   dns: make expand_dns_name() an internal function
Summary of changes:
 epan/dissectors/packet-dns.c | 2 +-
 epan/dissectors/packet-dns.h | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)