AAAAAArgh. The capture_input_new_XXX routines are called from
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 22 May 2013 19:14:52 +0000 (19:14 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 22 May 2013 19:14:52 +0000 (19:14 +0000)
commit9bfc307bf0e27790bae1ec263a5dccb22e56f721
treed0f7db92d950cc72aa4fa284e492ed212460de64
parent01ca9f2167d686d9f20eea7b3cb3815e1e164c10
AAAAAArgh.  The capture_input_new_XXX routines are called from
capture_sync.c, not from capture.c, so they should be declared in
capture_sync.h, so callers that use the capture_sync.c stuff but not the
capture.c stuff - such as TShark - get the declarations and get their
implementations compared with the signatures that they should have.

Doing so points out that some of them in TShark *don't*, so fix that.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@49517 f5534014-38df-0310-8fa8-9805f1628bb7
capture.h
capture_sync.h
tshark.c