summaryrefslogtreecommitdiff
path: root/src/cos_content.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cos_content.h')
-rw-r--r--src/cos_content.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/cos_content.h b/src/cos_content.h
index 9921e2b..e0d2dfb 100644
--- a/src/cos_content.h
+++ b/src/cos_content.h
@@ -220,6 +220,13 @@ struct content_operation
char *name;
float number;
} namenumber;
+
+ struct {
+ unsigned int length;
+ struct cos_object **values;
+ int64_t i;
+ } arrayint;
+
} u;
};