summaryrefslogtreecommitdiff
path: root/source/luametatex/source/lua/lmtlanguagelib.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/luametatex/source/lua/lmtlanguagelib.h')
-rw-r--r--source/luametatex/source/lua/lmtlanguagelib.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/source/luametatex/source/lua/lmtlanguagelib.h b/source/luametatex/source/lua/lmtlanguagelib.h
new file mode 100644
index 000000000..970ea6af5
--- /dev/null
+++ b/source/luametatex/source/lua/lmtlanguagelib.h
@@ -0,0 +1,20 @@
+/*
+ See license.txt in the root of this project.
+*/
+
+# ifndef LLANGUAGELIB_H
+# define LLANGUAGELIB_H
+
+extern void lmt_initialize_languages (void);
+
+extern int lmt_handle_word (
+ tex_language *lang,
+ const char *original,
+ const char *word,
+ int length,
+ halfword first,
+ halfword last,
+ char **replacement
+);
+
+# endif