summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/luapplib/src/ppstream.h
blob: 37e34c56ade86aa5c70b8d93a2e32f3d2e71d979 (plain)
1
2
3
4
5
6
7
8
9
10

#ifndef PP_STREAM_H
#define PP_STREAM_H

ppstream * ppstream_create (ppdoc *pdf, ppdict *dict, size_t offset);
iof * ppstream_read (ppstream *stream, int decode, int all);
#define ppstream_iof(stream) ((iof *)((stream)->I))
void ppstream_info (ppstream *stream, ppdoc *pdf);

#endif