aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2015-12-11 20:31:55 +0100
committerKim Alvefur <zash@zash.se>2015-12-11 20:31:55 +0100
commit30b54f4ad71fb58310f2b0b3bf7d0392b61a4ff6 (patch)
tree692602b3d65dbe1df2a2019408ccd56ea4b4c056 /util
parent7816dfc838c7f9478fc97cc1c8bb42aa5ae03a5d (diff)
downloadprosody-30b54f4ad71fb58310f2b0b3bf7d0392b61a4ff6.tar.gz
prosody-30b54f4ad71fb58310f2b0b3bf7d0392b61a4ff6.zip
util.datamanager: Add append to public api
Diffstat (limited to 'util')
-rw-r--r--util/datamanager.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/datamanager.lua b/util/datamanager.lua
index c8dbaae9..83f3dd13 100644
--- a/util/datamanager.lua
+++ b/util/datamanager.lua
@@ -402,6 +402,7 @@ return {
getpath = getpath;
load = load;
store = store;
+ append_raw = append;
list_append = list_append;
list_store = list_store;
list_load = list_load;