diff options
Diffstat (limited to 'builtins/types.h')
| -rw-r--r-- | builtins/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtins/types.h b/builtins/types.h index d26c86be..528701ff 100644 --- a/builtins/types.h +++ b/builtins/types.h @@ -29,6 +29,7 @@ typedef struct TypeInfo { } PointerInfo; struct { const char *lang; + bool secret; } TextInfo; struct { const struct TypeInfo *item; |
