URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8a677354bd14eb1cff01c01bc9a303c502074d56
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
8a67735 by Guy Harris (guy@xxxxxxxxxxxx):
The routines that implement a codec don't need to be public.
Pointers to them are passed to register_codec(), so they can be static
to l16decode.c.
Change-Id: I2303cc4374e81a2e5a77eaa275ca601d99a4f608
Reviewed-on: https://code.wireshark.org/review/26355
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 241b274 Don't cast away constness.
adds 8a67735 The routines that implement a codec don't need to be public.
Summary of changes:
plugins/codecs/l16_mono/l16decode.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)