summaryrefslogtreecommitdiff
path: root/src/rddb.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/rddb.lua')
-rw-r--r--src/rddb.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/rddb.lua b/src/rddb.lua
index b92f767..fd755f7 100644
--- a/src/rddb.lua
+++ b/src/rddb.lua
@@ -65,6 +65,11 @@ function rddb:getCartInfo(cartnum)
return results, err
end
+function rddb:getCartShowName(cartnum)
+ --TODO: implement this
+ return "unknown", true, nil
+end
+
function rddb:close()
if self.con then
self.con:close()