]> git.wh0rd.org - ICEs.git/blame - 148285/gdevpdfe.i.ok
add bfin ice
[ICEs.git] / 148285 / gdevpdfe.i.ok
CommitLineData
45516216 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, const byte *data, int data_length) {
8 }
9 static int pdf_write_document_metadata(gx_device_pdf *pdev, const byte digest[6]) {
10 stream *s = pdev->strm;
11 {
12 {
13 pdf_xmp_write_docinfo_item(pdev, s, "/Producer", "UnknownProduicer", pdf_xml_attribute_value_data);
14 }
15 }
16 }