summaryrefslogtreecommitdiffstats
path: root/ctxopt.h
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2020-06-29 18:06:06 +0200
committerpgen <p.gen.progs@gmail.com>2020-07-18 18:31:02 +0200
commite4be914f1d4399b6762103210ad9b6ca7a3d2db7 (patch)
treeb9766731fe92dccdf6637d298766c30c65fe4054 /ctxopt.h
parent13106044cbefca5893089fecac8641c9ef68b87a (diff)
Sync with github's ctxopt commit 450c47f
Diffstat (limited to 'ctxopt.h')
-rw-r--r--ctxopt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctxopt.h b/ctxopt.h
index 5964bb3..1ffad05 100644
--- a/ctxopt.h
+++ b/ctxopt.h
@@ -58,6 +58,7 @@ typedef struct state_s
| the current option. */
char * pre_opt_par_name; /* parameter before the current one. */
char * cur_opt_par_name; /* current parameter. */
+ char * cur_opt_params; /* All the option's parameters. */
} state_t;
void