diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/text.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/text.h b/include/text.h index bbfe1ba..ff516d2 100644 --- a/include/text.h +++ b/include/text.h @@ -53,3 +53,6 @@ int ltextGetCodepoint( lua_State *L ); int ltextGetCodepointNext( lua_State *L ); int ltextGetCodepointPrevious( lua_State *L ); 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 ); |
