util.datamanager: Add append to public api
authorKim Alvefur <zash@zash.se>
Fri, 11 Dec 2015 19:31:55 +0000 (20:31 +0100)
committerKim Alvefur <zash@zash.se>
Fri, 11 Dec 2015 19:31:55 +0000 (20:31 +0100)
util/datamanager.lua

index c8dbaae9f96d0bc26e2113d90790bacb7eeef511..83f3dd13042d7607c8d5c2144a18f7512b4ec641 100644 (file)
@@ -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;