mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
util.hex: Update Teal spec for function rename in a0ff5c438e9d
This commit is contained in:
parent
6619b204e3
commit
8e3e3f3bcd
1 changed files with 2 additions and 0 deletions
|
@ -2,5 +2,7 @@ local type s2s = function (s : string) : string
|
||||||
local record lib
|
local record lib
|
||||||
to : s2s
|
to : s2s
|
||||||
from : s2s
|
from : s2s
|
||||||
|
encode : s2s
|
||||||
|
decode : s2s
|
||||||
end
|
end
|
||||||
return lib
|
return lib
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue