mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 23:42:51 +02:00
lua_filehelpers.cpp: Add lua script function 'cp()'
- Set Lua api version to 1.48
Origin commit data
------------------
Commit: 270cd318ec
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-09-03 (Sat, 03 Sep 2016)
This commit is contained in:
@@ -39,6 +39,7 @@ class CLuaInstFileHelpers
|
||||
private:
|
||||
static CLuaFileHelpers *FileHelpersCheckData(lua_State *L, int n);
|
||||
static int FileHelpersNew(lua_State *L);
|
||||
static int FileHelpersCp(lua_State *L);
|
||||
static int FileHelpersDelete(lua_State *L);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user