Wireshark-commits: [Wireshark-commits] master e35aa1f: Move declarations of internal ws_mempbrk rou

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 21 Feb 2015 20:14:29 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e35aa1ff486fc89c16d657a78575c6eb54d8bdc8
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e35aa1f by Guy Harris (guy@xxxxxxxxxxxx):

    Move declarations of internal ws_mempbrk routines to a separate header.
    
    Put the internal routines, which are only to be used by the
    implementation of the mempbrk functions, to a separate header file, so
    that they're not exported even in the standard header file.
    
    Change-Id: I92c39b138de3e4f9da1b102210b39d50728e2fd6
    Reviewed-on: https://code.wireshark.org/review/7300
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  f12d231   More wrapping of constants with G_GUINT64_CONSTANT().
    adds  e35aa1f   Move declarations of internal ws_mempbrk routines to a separate header.


Summary of changes:
 wsutil/Makefile.common                             |    1 +
 wsutil/ws_mempbrk.c                                |    2 +-
 wsutil/ws_mempbrk.h                                |    8 -------
 .../packet-a21.h => wsutil/ws_mempbrk_int.h        |   24 ++++++++------------
 wsutil/ws_mempbrk_sse42.c                          |    1 +
 5 files changed, 12 insertions(+), 24 deletions(-)
 copy epan/dissectors/packet-a21.h => wsutil/ws_mempbrk_int.h (64%)