I'd like to make the compilation of the

checkmib()

function conditional on NETSNMP_NO_DEPRECATED_FUNCTIONS for 5.5 - do
that sound like a bad plan?

And no - there are no users left in our tree.

There is a simple workaround for users that still use checkmib:
The implementation of checkmib is

return (!header_simple_table(vp, name, length, exact, var_len,
                                 write_method, max));

so the user could just change checkmib to !header_simple_table and get
the same behaviour.

/MF


------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to