diff options
Diffstat (limited to 'src/exhaustive/exhaustive.h')
| -rw-r--r-- | src/exhaustive/exhaustive.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/exhaustive/exhaustive.h b/src/exhaustive/exhaustive.h index 720dab9..302a788 100644 --- a/src/exhaustive/exhaustive.h +++ b/src/exhaustive/exhaustive.h @@ -15,8 +15,9 @@ */ typedef struct { gen_f *generators; + arg_t **gen_argss; check_t **validators; - arg_t **argss; + arg_t **check_argss; unroll_f *unrolls; } exhaustive_t; |
