In a source file that defines external functions, the header file that
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 14 Jan 2014 01:44:36 +0000 (01:44 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 14 Jan 2014 01:44:36 +0000 (01:44 +0000)
commit544a93b49bc54c6abaaeceb8d36d2ef4ef9db61f
tree49d756c13a548b35224759eaf55b642737d5ae76
parent25f83266e565af6448370f5021c5a5d7995d0a8b
In a source file that defines external functions, the header file that
declares the functions must be included, in order to make sure the
declarations match the function signature.  Make it so.

Said header declares pipe_input_cb_t, so we don't have to do it
ourselves.

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