From b6323b03b89dc796001d1f8608a42cd576c61e28 Mon Sep 17 00:00:00 2001 From: killing Date: Mon, 23 Apr 2012 22:50:01 +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 801f8cf..cd2ed5a 100644 --- a/lib/rpc_table.py +++ b/lib/rpc_table.py @@ -12,6 +12,7 @@ func_table = [ [ "int", ["string", "string"] ], [ "int", ["string", "string", "string"] ], [ "int", ["string", "string", "int", "int"] ], + [ "int", ["string", "string", "string", "string"]], [ "int64", [] ], [ "int64", ["string"] ], [ "string", [] ],