]> The Tcpdump Group git mirrors - tcpdump/commit
ZMTP: fix an MSVC compiler warning
authorGisle Vanem <[email protected]>
Wed, 5 Mar 2014 09:19:24 +0000 (13:19 +0400)
committerDenis Ovsienko <[email protected]>
Wed, 5 Mar 2014 09:25:30 +0000 (13:25 +0400)
commit80c41bbe3d90b4e1c0d2f1999206f29c2bfcf6d3
tree3a1d8fcc1d26ea2bf363852f250ab1524287f193
parentde8b83d8203db5a1be9530d223f412a89fe0fb3a
ZMTP: fix an MSVC compiler warning

The prototype and implementation of 'zmtp1_print_datagram()' is slightly
different; the prototype has a 'const u_int len' as the last parameter.
Whereas the implementation has no 'const'. Hence I get a warning from
MSVC.
interface.h