aboutsummaryrefslogtreecommitdiff
path: root/stdlib/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/types.h')
-rw-r--r--stdlib/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/types.h b/stdlib/types.h
index f74048cc..c7b938a0 100644
--- a/stdlib/types.h
+++ b/stdlib/types.h
@@ -63,7 +63,7 @@ struct TypeInfo_s {
struct {
const char *name;
int num_fields;
- bool is_secret:1;
+ bool is_secret:1, is_opaque:1;
NamedType_t *fields;
} StructInfo;
};