X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fopt%2Ftest%2Futils.h;h=3ada62d117c048ef666f5078d874c5bcc6a47129;hb=3beff01ae4dfb8b843bf5e78905fb8bc434cb270;hp=64641ec4f1d354e00e7fd77bda4699957ebc322a;hpb=995d2aff223e70ef5c60ac0416645b27ac84d5ff;p=ccan diff --git a/ccan/opt/test/utils.h b/ccan/opt/test/utils.h index 64641ec4..3ada62d1 100644 --- a/ccan/opt/test/utils.h +++ b/ccan/opt/test/utils.h @@ -13,7 +13,7 @@ void reset_options(void); extern unsigned int test_cb_called; char *test_noarg(void *arg); char *test_arg(const char *optarg, const char *arg); -void show_arg(char *buf, size_t len, const char *arg); +bool show_arg(char *buf, size_t len, const char *arg); extern struct opt_table short_table[]; extern struct opt_table long_table[];