From 388463b9fa865c3b2311508c41647b0f3c532031 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Thu, 21 Mar 2013 09:16:59 +0000 Subject: Import MetaPost 1.800 and LuaTeX beta-0.75.0 from LuaTeX repository r4604 git-svn-id: svn://tug.org/texlive/trunk@29453 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/luatexdir/image/writeimg.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Build/source/texk/web2c/luatexdir/image/writeimg.h') diff --git a/Build/source/texk/web2c/luatexdir/image/writeimg.h b/Build/source/texk/web2c/luatexdir/image/writeimg.h index 66ef946d842..1cf6683856e 100644 --- a/Build/source/texk/web2c/luatexdir/image/writeimg.h +++ b/Build/source/texk/web2c/luatexdir/image/writeimg.h @@ -1,7 +1,7 @@ /* writeimg.h Copyright 1996-2006 Han The Thanh - Copyright 2006-2009 Taco Hoekwater + Copyright 2006-2012 Taco Hoekwater This file is part of LuaTeX. @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with LuaTeX; if not, see . */ -/* $Id: writeimg.h 3388 2010-01-26 10:59:04Z taco $ */ +/* $Id: writeimg.h 4405 2012-05-07 21:16:45Z hhenkel $ */ #ifndef WRITEIMG_H # define WRITEIMG_H @@ -48,5 +48,7 @@ void idict_to_array(image_dict *); void dumpimagemeta(void); void undumpimagemeta(PDF, int, int); 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 */ -- cgit v1.2.3