From 30af7a21451a1ac0d0f46ca95d75caf1a579827b Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Mon, 30 Jul 2012 10:14:00 +0000 Subject: luaTeX: One and only one prototype per function git-svn-id: svn://tug.org/texlive/trunk@27248 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/luatexdir/image/epdf.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'Build/source/texk/web2c/luatexdir/image/epdf.h') diff --git a/Build/source/texk/web2c/luatexdir/image/epdf.h b/Build/source/texk/web2c/luatexdir/image/epdf.h index 685a8f40b85..4e5060282ec 100644 --- a/Build/source/texk/web2c/luatexdir/image/epdf.h +++ b/Build/source/texk/web2c/luatexdir/image/epdf.h @@ -1,7 +1,7 @@ /* epdf.h Copyright 1996-2006 Han The Thanh - Copyright 2006-2010 Taco Hoekwater + Copyright 2006-2012 Taco Hoekwater This file is part of LuaTeX. LuaTeX is free software; you can redistribute it and/or modify it under @@ -107,16 +107,14 @@ extern "C" { extern void epdf_free(void); /* utils.c */ - __attribute__ ((format(printf, 1, 2))) - extern void pdftex_warn(const char *fmt, ...); - __attribute__ ((noreturn, format(printf, 1, 2))) - extern void pdftex_fail(const char *fmt, ...); extern char *convertStringToPDFString(char *in, int len); extern char *stripzeros(char *a); /* lepdflib.c */ int luaopen_epdf(lua_State * L); +# include "luatex-common.h" + }; /**********************************************************************/ -- cgit v1.2.3