Wireshark-commits: [Wireshark-commits] master f2d6d07: Remove unnecessary extcap_cleanup() declarat
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f2d6d07498b42637134a08459458cdda679380e0
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
f2d6d07 by Guy Harris (guy@xxxxxxxxxxxx):
Remove unnecessary extcap_cleanup() declaration.
That wasn't sufficient to avoid #ifdeffing calls to extcap_cleanup(), as
this header wasn't even being included if HAVE_EXTCAP wasn't defined,
hence change I18c855e13281013a6277c1f38eeac92e74d52b34 was necessary.
It's probably best that this not be included if HAVE_EXTCAP isn't
defined, so as to catch *other* references to functions etc. that aren't
available without extcap.
Change-Id: I5c4ad331b6df93bbbcd28ad3b9815e4cd226039a
Reviewed-on: https://code.wireshark.org/review/17666
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from cea1737 Let strtoi with NULL endptr require no invalid characters
adds f2d6d07 Remove unnecessary extcap_cleanup() declaration.
Summary of changes:
extcap.h | 4 ----
1 file changed, 4 deletions(-)