summaryrefslogtreecommitdiff
path: root/include/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/text.h')
-rw-r--r--include/text.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/text.h b/include/text.h
index f95b813..dd8b9c6 100644
--- a/include/text.h
+++ b/include/text.h
@@ -63,3 +63,5 @@ int ltextTextInsert( lua_State* L );
int ltextTextSplit( lua_State* L );
int ltextTextFindIndex( lua_State* L );
int ltextTextToPascal( lua_State* L );
+int ltextTextToSnake( lua_State* L );
+int ltextTextToCamel( lua_State* L );