]> git.wh0rd.org - ICEs.git/blob - 148285/gdevpdfe.i.2
initial import
[ICEs.git] / 148285 / gdevpdfe.i.2
1 typedef unsigned char byte;
2 typedef struct stream_s stream;
3 typedef struct gx_device_pdf_s gx_device_pdf;
4 struct gx_device_pdf_s {
5 stream *strm;
6 };
7 static __inline__ void pdf_xml_attribute_value_data(stream * s,
8 const byte * data,
9 int data_length)
10 {
11 }
12 static int pdf_write_document_metadata(gx_device_pdf * pdev,
13 const byte digest[6])
14 {
15 stream *s = pdev->strm;
16 {
17 {
18 pdf_xmp_write_docinfo_item(pdev, s, "/Producer",
19 "UnknownProduicer",
20 pdf_xml_attribute_value_data);
21 }
22 }
23 }