Bruno Jesus 00cpxxx@gmail.com wrote:
+INT validprotocols[] = { WS_IPPROTO_TCP,
WS_IPPROTO_UDP,
NSPROTO_IPX,
NSPROTO_SPX,
NSPROTO_SPXII,
0 };
This should be 'static const'.
On Thu, Sep 5, 2013 at 9:44 AM, Dmitry Timoshkov dmitry@baikal.ru wrote:
Bruno Jesus 00cpxxx@gmail.com wrote:
+INT validprotocols[] = { WS_IPPROTO_TCP,
WS_IPPROTO_UDP,
NSPROTO_IPX,
NSPROTO_SPX,
NSPROTO_SPXII,
0 };
This should be 'static const'.
Agreed, thanks.
-- Dmitry.
Bruno