X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fopt%2Fprivate.h;h=0621c82eb6bcc693c3d2b6fcee0d30e25f720bf8;hp=47b8c4e056eead80956103965c1324033da9b05a;hb=c656dceb3f04c2e3da7af40824c97eff5119a0b9;hpb=97026cedabce510b2e2e547120f04fe0f6a5ecab;ds=sidebyside diff --git a/ccan/opt/private.h b/ccan/opt/private.h index 47b8c4e0..0621c82e 100644 --- a/ccan/opt/private.h +++ b/ccan/opt/private.h @@ -22,6 +22,6 @@ struct opt_alloc { extern struct opt_alloc opt_alloc; int parse_one(int *argc, char *argv[], enum opt_type is_early, unsigned *offset, - void (*errlog)(const char *fmt, ...)); + void (*errlog)(const char *fmt, ...), bool unknown_ok); #endif /* CCAN_OPT_PRIVATE_H */