Wouldn't it be better to use argp_error in those parts? Or do those actually do parsing?
No. According to the manual, argp_error is for handling parsing errors, while argp_failure is for other things like illegal values, etc.. In any case argp_error also needs the 'struct argp_state *state' pointer. Happy hacking, Debarshi -- GPG key ID: 63D4A5A7 Key server: pgp.mit.edu _______________________________________________ bug-inetutils mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-inetutils
