summaryrefslogtreecommitdiff
path: root/include/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/text.h')
-rw-r--r--include/text.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/text.h b/include/text.h
index b1cc549..b921e9c 100644
--- a/include/text.h
+++ b/include/text.h
@@ -56,3 +56,4 @@ int ltextCodepointToUTF8( lua_State* L );
/* Text strings management functions (no UTF-8 strings, only byte chars) */
int ltextTextInsert( lua_State* L );
int ltextTextSplit( lua_State* L );
+int ltextTextFindIndex( lua_State* L );