aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src/util/uuid.d.tl
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2021-03-18 23:16:41 +0100
committerKim Alvefur <zash@zash.se>2021-03-18 23:16:41 +0100
commitd18097fb6700ede8bdb47388e51e0850d0d828f6 (patch)
tree8f63224754b87b595412c35fd88013bc299ec11f /teal-src/util/uuid.d.tl
parent576b43151c407e03525623a143024bda8926e640 (diff)
downloadprosody-d18097fb6700ede8bdb47388e51e0850d0d828f6.tar.gz
prosody-d18097fb6700ede8bdb47388e51e0850d0d828f6.zip
teal: Use new integer support in Teal 0.13.0
Diffstat (limited to 'teal-src/util/uuid.d.tl')
-rw-r--r--teal-src/util/uuid.d.tl5
1 files changed, 4 insertions, 1 deletions
diff --git a/teal-src/util/uuid.d.tl b/teal-src/util/uuid.d.tl
index 17bb0590..45fd4312 100644
--- a/teal-src/util/uuid.d.tl
+++ b/teal-src/util/uuid.d.tl
@@ -1,5 +1,8 @@
local record lib
- generate : function (number) : string
+ get_nibbles : (number) : string
+ generate : function () : string
+
+ seed : function (string)
end
return lib