summaryrefslogtreecommitdiff
path: root/source/luametatex/source/tex/texscanning.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/luametatex/source/tex/texscanning.h')
-rw-r--r--source/luametatex/source/tex/texscanning.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/luametatex/source/tex/texscanning.h b/source/luametatex/source/tex/texscanning.h
index 34e118d93..ed11b8f4c 100644
--- a/source/luametatex/source/tex/texscanning.h
+++ b/source/luametatex/source/tex/texscanning.h
@@ -131,7 +131,8 @@ extern halfword tex_scan_bytecode_reference (int optional_equal);
extern halfword tex_the_value_toks (int unit, halfword *tail, halfword property); /* returns head */
extern halfword tex_the_toks (int code, halfword *tail); /* returns head */
-extern halfword tex_the_detokenized_toks (halfword *head);
+extern halfword tex_the_detokenized_toks (halfword *tail);
+extern void tex_detokenize_list (halfword head);
extern strnumber tex_the_scanned_result (void);
extern void tex_set_font_dimen (void);