]> git.wh0rd.org - ICEs.git/blame - 148285/gdevpdfe.i.2
more
[ICEs.git] / 148285 / gdevpdfe.i.2
CommitLineData
45516216 1typedef unsigned char byte;
2typedef struct stream_s stream;
3typedef struct gx_device_pdf_s gx_device_pdf;
4struct gx_device_pdf_s {
5 stream *strm;
6};
7static __inline__ void pdf_xml_attribute_value_data(stream * s,
8 const byte * data,
9 int data_length)
10{
11}
12static 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}