Hello.

It seems that the new optProc function inadvertedly got the wrong signature,
at least on mainline. Could you please fix that?

Current state:

static void
optProc( int argc, char *const *argv[], int opt )

Should probably be:

static void
optProc( int argc, char *const *argv, int opt )

/MF


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to