aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2023-03-28 10:22:55 +0100
committerMatthew Wild <mwild1@gmail.com>2023-03-28 10:22:55 +0100
commit5a831462c3817a8b115f5b516672b9670c560158 (patch)
tree530177d1c11d5eb19d69af7441f3261faa343b48 /teal-src
parent41c23d561674d483905220b7b0961a66a185f52b (diff)
downloadprosody-5a831462c3817a8b115f5b516672b9670c560158.tar.gz
prosody-5a831462c3817a8b115f5b516672b9670c560158.zip
teal-src: Add keyval+ store type
Diffstat (limited to 'teal-src')
-rw-r--r--teal-src/module.d.tl1
1 files changed, 1 insertions, 0 deletions
diff --git a/teal-src/module.d.tl b/teal-src/module.d.tl
index 62c36b29..312dc227 100644
--- a/teal-src/module.d.tl
+++ b/teal-src/module.d.tl
@@ -75,6 +75,7 @@ global record moduleapi
load_resource : function (moduleapi, string, file_mode) : FILE
enum store_type
"keyval"
+ "keyval+"
"map"
"archive"
end