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

#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))

#endif