mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
util.table: Add move() to Teal interface description file
This commit is contained in:
parent
dfa35e5217
commit
a9c96e12c2
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
local record lib
|
local record lib
|
||||||
create : function (narr:integer, nrec:integer):table
|
create : function (narr:integer, nrec:integer):table
|
||||||
pack : function (...:any):{any}
|
pack : function (...:any):{any}
|
||||||
|
move : function (table, integer, integer, integer, table) : table
|
||||||
end
|
end
|
||||||
return lib
|
return lib
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue