aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2022-08-10 13:45:43 +0200
committerKim Alvefur <zash@zash.se>2022-08-10 13:45:43 +0200
commit8e3e3f3bcd5dab436ac15f55c4244b20027ebabc (patch)
treee2c6747a28c336c3b56b4d154af647a58e6fa0d8 /teal-src
parent6619b204e37f7d0b7c18a1194688f3c85e8447fa (diff)
downloadprosody-8e3e3f3bcd5dab436ac15f55c4244b20027ebabc.tar.gz
prosody-8e3e3f3bcd5dab436ac15f55c4244b20027ebabc.zip
util.hex: Update Teal spec for function rename in a0ff5c438e9d
Diffstat (limited to 'teal-src')
-rw-r--r--teal-src/util/hex.d.tl2
1 files changed, 2 insertions, 0 deletions
diff --git a/teal-src/util/hex.d.tl b/teal-src/util/hex.d.tl
index 3b216a88..9d84540b 100644
--- a/teal-src/util/hex.d.tl
+++ b/teal-src/util/hex.d.tl
@@ -2,5 +2,7 @@ local type s2s = function (s : string) : string
local record lib
to : s2s
from : s2s
+ encode : s2s
+ decode : s2s
end
return lib