From 161fe383533c12b95d9117a7ab75b5d3513287b0 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Fri, 6 Sep 2024 15:02:18 +0930 Subject: [PATCH] opt: add more user-available bits. Signed-off-by: Rusty Russell --- ccan/opt/opt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ccan/opt/opt.h b/ccan/opt/opt.h index e0331be2..d6f5634e 100644 --- a/ccan/opt/opt.h +++ b/ccan/opt/opt.h @@ -530,7 +530,7 @@ struct opt_table *opt_find_short(char arg); * You can set bits in type e.g. (1<