diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2015-12-16 14:50:11 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2015-12-16 14:50:11 +0000 |
commit | 621273b5ef8cc9e83d9aca07bf012f727ba26f15 (patch) | |
tree | 0b5cb28eec37e3e0e93a09729cbc30834166a5f9 /Build/source/texk/web2c/luatexdir/image/writeimg.h | |
parent | f04f01782aebac8cb2fcde278c02a4fb3be4bb12 (diff) |
web2c/luatexdir: LuaTeX beta-0.86.0 (Sync with the upstream).
git-svn-id: svn://tug.org/texlive/trunk@39116 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/image/writeimg.h')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/image/writeimg.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Build/source/texk/web2c/luatexdir/image/writeimg.h b/Build/source/texk/web2c/luatexdir/image/writeimg.h index 13f2d3642a5..46c42d2657e 100644 --- a/Build/source/texk/web2c/luatexdir/image/writeimg.h +++ b/Build/source/texk/web2c/luatexdir/image/writeimg.h @@ -18,11 +18,10 @@ You should have received a copy of the GNU General Public License along with LuaTeX; if not, see <http://www.gnu.org/licenses/>. */ - #ifndef WRITEIMG_H # define WRITEIMG_H -# include "dvi/dvigen.h" /* for scaled_whd only */ +# include "dvi/dvigen.h" # include "image.h" # include "pdf/pdfpage.h" @@ -31,10 +30,9 @@ idict_entry *idict_array; void new_img_pdfstream_struct(image_dict *); image *new_image(void); -/*void init_image_dict(image_dict *);*/ image_dict *new_image_dict(void); void free_image_dict(image_dict * p); -void read_img(PDF, image_dict *, int, int); +void read_img(image_dict * p); void scan_pdfximage(PDF pdf); void scan_pdfrefximage(PDF pdf); scaled_whd tex_scale(scaled_whd nat, scaled_whd tex); @@ -50,4 +48,4 @@ scaled_whd scan_alt_rule(void); size_t read_file_to_buf(PDF pdf, FILE * f, size_t len); void pdf_dict_add_img_filename(PDF pdf, image_dict * idict); -#endif /* WRITEIMG_H */ +#endif |