~ubuntu-branches/ubuntu/quantal/cups-filters/quantal-proposed

1
2
3
4
5
6
7
8
#ifndef QPDF_XOBJECT_H_
#define QPDF_XOBJECT_H_

#include <qpdf/QPDFObjectHandle.hh>

QPDFObjectHandle makeXObject(QPDF *pdf,QPDFObjectHandle page);

#endif