summaryrefslogtreecommitdiff
path: root/src/cos_content.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2018-01-28 23:56:16 +0000
committerVincent Sanders <vince@kyllikki.org>2018-01-28 23:56:16 +0000
commit81543d2b980bf89c1797bf8f65e195f3a1f70414 (patch)
tree964016d9504788d8d6c3d094096e26ef481ef531 /src/cos_content.h
parentf5b45e89d18ac968885ad2c31ddf9d9e1a22fd22 (diff)
downloadlibnspdf-81543d2b980bf89c1797bf8f65e195f3a1f70414.tar.gz
libnspdf-81543d2b980bf89c1797bf8f65e195f3a1f70414.tar.bz2
extend content conversion to include more parameter types
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;
};