summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/ptexlib.h
diff options
context:
space:
mode:
authorTaco Hoekwater <taco@elvenkind.com>2014-03-29 08:58:51 +0000
committerTaco Hoekwater <taco@elvenkind.com>2014-03-29 08:58:51 +0000
commitcd703703903b866f4b023ca4b5956ce14d77cd13 (patch)
treecbb2fd395755beef1be765c8ae0efa02fa9c3007 /Build/source/texk/web2c/luatexdir/ptexlib.h
parente3e1b6cff6fd08293785e8dae902c911f938a59b (diff)
luatex 0.79.1
git-svn-id: svn://tug.org/texlive/trunk@33319 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/ptexlib.h')
-rw-r--r--Build/source/texk/web2c/luatexdir/ptexlib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/luatexdir/ptexlib.h b/Build/source/texk/web2c/luatexdir/ptexlib.h
index 98bc822ef11..5485760db75 100644
--- a/Build/source/texk/web2c/luatexdir/ptexlib.h
+++ b/Build/source/texk/web2c/luatexdir/ptexlib.h
@@ -18,7 +18,7 @@
You should have received a copy of the GNU General Public License along
with LuaTeX; if not, see <http://www.gnu.org/licenses/>. */
-/* $Id: ptexlib.h 4911 2014-03-20 14:00:02Z luigi $ */
+/* $Id: ptexlib.h 4965 2014-03-28 17:50:08Z luigi $ */
#ifndef PTEXLIB_H
# define PTEXLIB_H
@@ -255,7 +255,7 @@ void lua_node_filter(int filterid, int extrainfo, halfword head_node,
halfword * tail_node);
halfword lua_vpack_filter(halfword head_node, scaled size, int pack_type,
scaled maxd, int extrainfo, int d);
-void lua_node_filter_s(int filterid, const char *extrainfo);
+void lua_node_filter_s(int filterid, int extrainfo);
int lua_linebreak_callback(int is_broken, halfword head_node,
halfword * new_head);