From 97e05dc11f64c238580450398990ec0323b1ea76 Mon Sep 17 00:00:00 2001 From: xiez Date: Tue, 24 Apr 2012 22:52:30 +0800 Subject: [PATCH] add new function --- lib/rpc_table.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/rpc_table.py b/lib/rpc_table.py index cd2ed5a..8d3b575 100644 --- a/lib/rpc_table.py +++ b/lib/rpc_table.py @@ -29,6 +29,7 @@ func_table = [ [ "objlist", ["string", "int"] ], [ "objlist", ["string", "int", "int"] ], [ "objlist", ["string", "string", "int"] ], + [ "objlist", ["string", "string", "int", "int"] ], [ "object", [] ], [ "object", ["int"] ], [ "object", ["string"] ],