Wireshark-commits: [Wireshark-commits] rev 54750: /trunk/ /trunk/: tshark.c

Date: Tue, 14 Jan 2014 01:44:37 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54750

User: guy
Date: 2014/01/14 01:44 AM

Log:
 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.

Directory: /trunk/
  Changes    Path          Action
  +1 -4      tshark.c      Modified