diff --git a/include/types/arg.h b/include/types/arg.h index 8e089bad3..f429b8296 100644 --- a/include/types/arg.h +++ b/include/types/arg.h @@ -92,6 +92,7 @@ union arg_data { struct arg { unsigned char type; /* argument type, ARGT_* */ unsigned char unresolved; /* argument contains a string in that must be resolved and freed */ + unsigned char type_flags; /* type-specific extra flags (eg: case sensitivity for regex), ARGF_* */ union arg_data data; /* argument data */ };