Declare "capture_info_packet()"'s as static, to match the definition.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 4 Dec 2005 04:20:18 +0000 (04:20 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 4 Dec 2005 04:20:18 +0000 (04:20 +0000)
commitc789fc0db45065a1a1737ed2e9d33b05bab20d19
tree6f9acfc653dfcc947812938c217cca26628ec35f
parent9ee53a5f5453feba10e252b3e55485fecacd4c74
Declare "capture_info_packet()"'s as static, to match the definition.

Declare the "pd" argument to be "const guchar *", to match the way
packet data is declared elsewhere, and so that if the headers
"capture_info.c" includes don't define "u_char" it still compiles.

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