diff options
Diffstat (limited to 'src/argparser.h')
-rw-r--r-- | src/argparser.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/argparser.h b/src/argparser.h index 32e2dd5..668e340 100644 --- a/src/argparser.h +++ b/src/argparser.h @@ -115,6 +115,11 @@ typedef struct */ long count; + /** + * Whether the item is used, that is, the data exists even if the count is zero + */ + long used; + } args_Array; |